Primary Key
In an RDBMS, database tables are required to contain a unique field.
This key individually distinguishes one particular record from all others in the database.
This unique field is called a primary key.
It is composed of one or more fields that make every record in a database unique.
|