InterviewSolution
Saved Bookmarks
| 1. |
What is a Primary key? Explain |
|
Answer» A PRIMARY KEY is a column in a table that designated to UNIQUELY identifies the rows in that table. Primary key HOLDS a unique value for each row and cannot contain null VALUES. |
|