CS Electrical And Electronics
@cselectricalandelectronics

Mentions the difference between unique key and primary key?

All QuestionsCategory: DatabaseMentions the difference between unique key and primary key?
chetan shidling asked 3 years ago

I need short information.

1 Answers
chetan shidling answered 3 years ago

Unique Key

  1. The unique key can have a NULL value.
  2. Each table can have more than one unique key.

 
Primary Key

  1. The primary key cannot have a NULL value.
  2. Each table can have only one primary key.