
|
The importance of a primary key is that it is a single attribute which can uniquely identifies an instance of an entity.
http://wiki.answers.com/Q/What_are_the_importance_...
|
|
it is the zipcode + house number of your record, a unique identifier.
http://wiki.answers.com/Q/Why_the_primary_key_is_i...
|
|
A primary key is what identifies each of the rows in a table. This primary key is unique to the database and is created when the table created. This is mostly used in queries ans
http://answers.ask.com/Computers/Other/what_is_pri...
|
|
The primary key of a table uniquely identifies each row in the table. It may also serve as a foreign key to other related tables. For example, a Customer table would use a CustomerID
http://wiki.answers.com/Q/What_is_the_importance_o...
|