InterviewSolution
Saved Bookmarks
| 1. |
What is avoided by assigning primary key in a table |
|
Answer» A primary KEY is a unique combination of attributes that is used to preferentially ACCESS each record in a table. None of the attributes can be null. ... In practice about 20% of databases violate primary key RULES. It would seem that DEVELOPERS should be using data modeling tools. |
|