RTUComputer ScienceYr 2024 · Sem 42024

Q7Database Management System

Question

2 marks

Define First Normal Form (1NF).

Answer

All attributes are atomic.

A relation is in First Normal Form (1NF) if the domain of each attribute contains only atomic (indivisible) values, and the value of each attribute in a tuple is a single value from the domain.

Back to Paper