Ask Question
1 February, 21:29

What is the purpose of a primary key?

+4
Answers (1)
  1. 1 February, 23:39
    0
    Primary key:

    A primary key is the collection of field value which persist unique value in the table. The primary key value can be use to represent the entire record throughout the table. In the database, each table only contain one primary key.

    The purpose of the primary key is used to implemented the relationship within the two tables in the database. More explicitly the primary key is define as, primary key is "target" that the foreign key can easily referenced. It basically consist multiple attributes in the table.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the purpose of a primary key? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers