2NF
(Redirected from Category:2NF)
Jump to navigation
Jump to search
- Second Normal Form (2NF)
- Functional dependencies are separated
- e.g. product lists from a transaction table.
- Relationship tables created to link storing primary key details
- Foreign keys relationships are not created and enforced yet. See 3NF