InterviewSolution
Saved Bookmarks
| 1. |
A primary key field does not allow numbers. |
|
Answer» False Primary key has to identify a unique value which can be present in a table, in a number form also. It means primary key field allow number too. |
|