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 ▸

How is memory used in a computer system?


What is the purpose of RAM?


What are the opcode and operand of instructions?


How would you represent the decimal number 143 in 7 bit binary?