Computer Science, asked by soham9698, 4 months ago

what is the use of primary key?​

Answers

Answered by sankaye9130
1

Answer:

SQL PRIMARY KEY Constraint. 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 SaiKoushikSiliveru
1

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).

Explanation:

This is the answer.

Similar questions