Computer Science, asked by sagaroP, 6 months ago

what are the two characteristics of a primary key

Answers

Answered by mannatrajputc8b22
3

Answer:

A primary key has the following characteristics:

There can only be one primary key for a table.

The primary key consists of one or more columns.

The primary key enforces the entity integrity of the table.

All columns defined must be defined as NOT NULL.

The primary key uniquely identifies a row.

Explanation:

i hope it will help you

Answered by adarsh77777
0

Explanation:

1) the primary key uniquely identifies a row.

2) the primary key enforces the entity integrity of the time table.

Similar questions