Why are certain fields chosen to be the primary key in a database?

A Primary key is a field in a database that is used as an unique identifier for each record. Therefore the field that is chosen as the primary key has to be something that will be different for every record, for example the ISBN of a book or a customer ID number.

CB

Related Computing GCSE answers

All answers ▸

Show how you would calculate 53 + 39 in 8-bit binary?


What is the difference between data and information?


What is the denary representation of the binary number 10110110?


What is an Algorithm?