the purpose of the primary key in a database is
Answers
Answered by
3
to states a unique identity of each table from which the object can easily be identifies
Answered by
2
The main purpose of a primary key is to implement a relationship between two tables in a relational database; it's not called a relational database for nothing! More specifically, the primary key is the "target" which a foreign key can reference.
Similar questions