Computer Science, asked by anishadas553, 8 months ago

What are the two characteristics of a primary key ​

Answers

Answered by dasarisahiti2416
0

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.

Similar questions