Primary Key

Why is the choice of primary key important and are three characteristics of an ideal primary key?

Questions by kh_trnh

Showing Answers 1 - 6 of 6 Answers

sanit kale

  • Apr 23rd, 2014
 

The PRIMARY KEY constraint uniquely identifies each record in a database table.

Primary keys must contain unique values.

A primary key column cannot contain NULL values.

Each table should have a primary key, and each table can have only ONE primary key.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions