This document provides an introduction to relational databases. It discusses Edgar Codd's seminal 1970 paper that introduced the relational model of data, and defines key concepts such as relations, relational databases, database management systems (DBMS), and the operations performed by a DBMS. These include creating and destroying relations and variables, updating relations while honoring constraints and authorizations, providing query results, and more. An example relation is provided to demonstrate the anatomy of a relation, including attributes, tuples, cardinality, and degree.