The document describes relational algebra and calculus operations for querying relational databases. It outlines unary operations like select, project, and rename that operate on a single relation as well as binary operations derived from set theory like union, intersection, and difference that combine two relations. Examples are provided to illustrate how sequences of relational algebra operations can be used to formulate queries and retrieve data from the COMPANY example database.