what is primary key?
Attachments:
Answers
Answered by
0
Answer:
In the relational model of databases, a primary key is a specific choice of a minimal set of attributes that uniquely specify a tuple in a relation. Informally, a primary key is "which attributes identify a record," and in simple cases constitute a single attribute: a unique ID.
Answered by
0
Answer:
Primary key is a field that uniquely identifies each record in a table. For example, in a school database, the Roll Number of each student uniquely identifies each student. A Primary key does not allow Null Values and must always have a unique value
Explanation:
Hope it help u
mark me as brainlist
I need it
Similar questions