![]() | www.sum-it.nl > Courses > DB Design course > Method > 2. Logical Design > Normalisation steps > TNF | Previous ![]() ![]() Nederlands · Search... |
TNF, Third Normal FormRemove non key dependencies.
Can you find any transitive dependencies in the data, irrespective of the key?
Can you find a value for one data element if you know an other one?
This is often the most difficult step of normalisation.
Make a new
table
for this dependency.
|
Introduction 1. Scope Normalisation steps UNF FNF SNF Make ERD Test 3. Technical Optimisation 4. Implementation End | |
Next: Make ERD |