This document provides an introduction to relational databases and SQL. It defines what a database is and explains that data is stored in tables in a relational database. It describes the components of relational tables like primary keys, fields, and records. The document outlines the terminology used in relational modeling and discusses concepts like relations, attributes, domains and more. It also covers SQL, database management systems, keys, and provides an overview of the MySQL database.