Computer Science, asked by sarmasuman152, 7 months ago

mention the characteristics of primary key​

Answers

Answered by Dinogyu17
6

Answer:

hope it helps you

Explanation:

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