InterviewSolution
Saved Bookmarks
| 1. |
Is primary key accept null value |
|
Answer» Primary key constraint uniquely identifies each record in a database. A Primary Key must contain unique value and it must not contain null value. No it cant contain null value |
|