DBMS Lecture 4
DBMS Lecture 4
(TCS 503)
Lecture- 4
B. Tech- CSE
3rd Year (5th semester)
– For example, first normal form (1NF) requires that each table
have a primary key and that each column contain atomic values.
– Second normal form (2NF) requires that every non-key attribute
be fully dependent on the primary key.
– Third normal form (3NF) requires that every non-key attribute
be dependent only on the primary key and not on any other
non-key attributes.