InterviewSolution
Saved Bookmarks
| 1. |
A primary key value can be NULL. |
|
Answer» False The primary key of table is used to uniquely identify each and every row in the table. So, its all keys and columns must be defined as NOT NULL. |
|