This document summarizes key concepts relating to the relational model in database systems, including:
- The structure of relational databases and examples of relations and tuples.
- Relational algebra as a procedural query language consisting of operations like selection, projection, join, union and set differences.
- Nonprocedural query languages like tuple and domain relational calculus.
- Examples of relational algebra operations like selection, projection, join, union and set differences applied to relations.