InterviewSolution
Saved Bookmarks
| 1. |
What is primary key? Give an example. |
|
Answer» A field which uniquely identifies each record in a table is known as the primary key. e.g. emp id is the primary key of the Employee table. |
|