This concept is simple and primary, but often overlooked:
"...it is a good idea to create non-clustered indexes on all foreign keys. You will always run lots of queries, and also use the JOIN operator, based on your primary and foreign keys."
- Wagner Crivelini
From the article SQL and the JOIN Operator
Showing posts with label Database Normalization. Show all posts
Showing posts with label Database Normalization. Show all posts
Tuesday, July 10, 2012
Sunday, May 1, 2011
First Normal Form (1NF)
A table is considered to be in 1NF if:
*Condition 4, which does not allow repeating groups, is thought by many to be the defining feature of 1NF.
- There is no top-to-bottom ordering to the rows
- There is no left-to-right ordering to the columns
- There are no duplicate rows
- Every row-and-column intersection contains exactly one value*
- All columns are regular (no hidden components)
*Condition 4, which does not allow repeating groups, is thought by many to be the defining feature of 1NF.
Subscribe to:
Posts (Atom)