define primary key ?
Answers
Answered by
18
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 are simply a single attribute: a unique id.
Answered by
3
Answer:
A Primary key is a column in a table that uniquely identifies each row in that particular table.
Similar questions