Computer Science, asked by anaamgullll5505, 9 months ago

there could be only primary keys allowed in a table ​

Answers

Answered by llɱissMaɠiciaŋll
9

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

Similar questions