First Normal Form
First Normal Form
Satyanarayan Sah
First Normal Form
A relation will be 1NF if it
contains atomic values.
It states that an attribute of a
table cannot hold multiple
values. It must hold only single-
valued attribute.
First normal form disallows the
multi-valued attribute, composite
attribute, and their combinations.
First Normal Form
1 Aakash C
1 Aakash DBMS
2 Satish Python
3 Dev PHP
3 Dev Python
Option2
Roll No Name Course1 Course2
1 Aakash C DBMS