InterviewSolution
Saved Bookmarks
| 1. |
The property (or set of properties) that uniquely defines each row in a table is called the:(a) Identifier(b) Index(c) Primary key(d) Symmetric keyThis question was addressed to me during an interview.My doubt is from Ordered Indexing and Hashing in chapter Indexing and Hashing of Database Management |
|
Answer» RIGHT CHOICE is (c) PRIMARY key The best I can EXPLAIN: Primary is used to uniquely identify the tuples. |
|