InterviewSolution
Saved Bookmarks
| 1. |
Is duplicate entry of primary key is allowed in SQL?(a) Yes(b) No(c) Depends(d) None of the mentioned |
|
Answer» The correct answer is (b) No Easy explanation: Primary key are used to uniquely define attributed stored in the table. |
|