This document discusses key concepts in relational database design including:
- Relations (tables), attributes (columns), tuples (rows), domains, keys, and relationships between relations represented by foreign and primary keys.
- Referential integrity constraints require values in one relation's column to appear in another's column.
- Network diagrams can represent relationships between relations using arrows from foreign to primary keys.