InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to have multiple primary keys in a table? |
|
Answer» No. A table can allow one COMPOSITE primary KEY that CONSISTS of TWO or more columns. But it does not allow for multiple primary KEYS. |
|