Friday 17 February 2012

What is a Primary Key ?

  • 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.

No comments:

Post a Comment