Relational algebra

ID: relational-algebra

Relational algebra is a formal system for manipulating and querying relational data, which is organized into tables (or relations). It provides a set of operations that can be applied to these tables to retrieve, combine, and transform data in various ways. Relational algebra serves as the theoretical foundation for relational databases and query languages like SQL.

New to topics? Read the docs here!