Computer Science, asked by divyashrees394, 5 hours ago

DBMS to achieve the first normal form

Answers

Answered by kamleshh26
0

Answer:

First normal form (1NF) is a property of a relation in a relational database. A relation is in first normal form if and only if no attribute domain has relations as elements. Or more informally, that no table column can have tables as values.

Explanation:

A relation is in first normal form if every attribute in that relation is singled valued attribute. A table is in 1 NF iff: There are only Single Valued Attributes. Attribute Domain does not change.

Similar questions