State the three properties every relation must satisfy.
State the three properties every relation must satisfy.
Answer
Atomic single-valued cells (one value per row/column intersection, no repeating groups), unique rows (no two rows identical), and irrelevant ordering of both rows and columns.
These three define a relation; violating atomicity is exactly what 1NF later forbids.