InterviewSolution
Saved Bookmarks
| 1. |
A table though cannot have more than one primary key howevercombination of more than one fieldcan serve as a primary key, a primarykey is so designed is known as*Composite primary key*Complex primary key |
|
Answer» Primary keys MUST CONTAIN unique VALUES. A primary key column cannot have NULL values. 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. |
|