Monday, November 19, 2007

What is Primary Key?

The primary key of a relational table uniquely identifies each record in the table. It can either be a normal attribute that is guaranteed to be unique, or generated by the DBMS. Primary key may consist of a single attribute or multiple attributes in combination.

No comments: