| |
| | Candidate keys: Choosing the right primary key |
 | | With wrong candidate key decisions, chances are high that you will have a worse job in normalizing the database model, as well as achieve a high performing database in the end. |
 | | Likewise, the horizontal bar over the crow-foot in the drawing of the relationship between departments and accounts is a sign that the primary key from departments is also a part of the primary key in the accounts entity. |
 | | A primary key is, as stated earlier in post 1, a column, or a collection of columns, that together give us the ability to uniquely read one single row from a table, no matter how many rows that exists in that table. |
| www.databasedesign-resource.com /candidate-keys.html (1352 words) |
|