* primarykey uniquely identifies each record in a database table.
* primarykey must contain unique values.
* primarykey column cannot contain null values.
* Each table should have a primarykey and each table have only one primary key.
* primarykey uniquely identifies each record in a database table.
* primarykey must contain unique values.
* primarykey column cannot contain null values.
* Each table should have a primarykey and each table have only one primary key.