 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | A table can have olny one primary  | 
| 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) | |