Next: Relational Algebra
Up: RELATIONAL MODEL OF DATA
Previous: Integrity Constraints
- First Normal Form: Domains must be atomic. i.e multi-valued
fields are not allowed. Example: The following relation is not
in First Normal Form:
- Access rows by content: There is no ordering to
the rows of a table, i.e., we cannot access the first row
or the fifth row or the last row etc.
- Unique row rule: Since a relation was defined as
a SET of tuples (rows), there should be no duplicates.
- Entity integrity rule: Primary Key columns
in a table CANNOT contain null values.
Raj Sunderraman
Tue Apr 1 16:15:10 PST 1997