This document provides an introduction to relational databases and SQL. It begins by defining what a database is as a collection of related data and how database management systems allow users to access and manipulate data stored in computerized databases. It then describes how relational databases organize data into tables with rows and columns, with each row having a unique identifier called a primary key. The chapter introduces SQL as the primary language for communicating with relational database management systems to query and manipulate the data stored in tables.