InterviewSolution
Saved Bookmarks
| 1. |
What is a Primary key in MS Access? Write steps to assign any field as aPrimary key |
|
Answer» A primary key is a FIELD or set of fields with values that are unique throughout a table. Values of the key can be USED to refer to ENTIRE RECORDS, because each record has a different value for the key. |
|