Computer Science, asked by varshasainideepak, 4 months ago

The ............ key cannot be the same for two records.​

Answers

Answered by moonstar16098
0

Explanation:

A table can have only one primary key, which may consist of single or multiple fields. When multiple fields are used as a primary key, they are called a composite key. If a table has a primary key defined on any field(s), then you cannot have two records having the same value of that field(s).

Answered by shaguntyagi016
0

Answer:

primary key

Explanation:

A Primary key uniquely identifies each record in a table and must never be the same for the 2 records.

Similar questions