Computer Science, asked by aryaabhisri7777, 8 months ago

We can set multiple primary key in a table

Answers

Answered by priyanka0506
0

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 SPEEDMASTER5
0

Answer:

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

Similar questions