Computer Science, asked by py305871, 9 months ago

define primary key ?

Answers

Answered by Anonymous
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 sunakat483
3

Answer:

A Primary key is a column in a table that uniquely identifies each row in that particular table.

Similar questions