| www.sum-it.nl > Courses > DB Design course > Method > 2. Logical Design > Normalisation steps > SNF | Previous Nederlands · Search... |
SNF, Second Normal FormRemove part key dependenciesAre any data elements dependent on a part of the FNF key?
Link tableNote: In this old table there is no data anymore. Yet, the combination of keys is meaningful. Such a link table makes a many to many relation possible:
This is quite a reasonable
database
design, with
three tables
and two
one-to many
relations.
Using the
keys
you can find related information in the other
tables.
|
Introduction 1. Scope Normalisation steps UNF FNF TNF Make ERD Test 3. Technical Optimisation 4. Implementation End | |
| Next: TNF, Third Normal Form | ||