InterviewSolution
Saved Bookmarks
| 1. |
Can a table have more than one primary key |
| Answer» A\xa0table can have\xa0only\xa0one primary key, which may consist of single or\xa0multiple fields. When\xa0multiple\xa0fields are used as a\xa0primary key, they are called a composite key. | |