Primary Key in Sql
The primary key of a relational table Primarily identifies each record in the table. It can either be a normal attribute that is guaranteed to be Primary (such as Social Security Number) or it can be generated by the Database Primary keys may consist of a single attribute or multiple attributes in combination. A primary [...]
Written by admin on October 7th, 2010 with no comments.
Read more articles on SQL tutorials.