Advantage Of Primary Key

♣Creates an index so records can be found quickly.


♣Makes each record unique even if other identifying fields are identical such as first name and family name.


♣Enables a search to go to the record directly without having to search through preceding records so faster search.


♣Enables relationships to be formed if a relational database is to be created. 

Comments