
Database background (2/4)
nA database is “normalized” if information is never stored in two places.
E.g., a normalized student
database stores the student name once in
a student table, not in each grade
record.
nThe data has “referential integrity” if all foreign keys point to valid records.