Computer Science, asked by srazvi123, 7 months ago

define primary key?​

Answers

Answered by Weeeeeeex
8

Answer:

The PRIMARY KEY constraint uniquely identifies each record in a table. Primary keys must contain UNIQUE values, and cannot contain NULL values. A table can have only ONE primary key; and in the table, this primary key can consist of single or multiple columns (fields)...

Answered by muralisonwani1954
7

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.

Similar questions