This document provides an introduction to relational databases and database concepts. It defines key terms like table, row, attribute, and relational database management system. It also describes how to manage databases using SQL statements to create, insert, update, delete, and query data. Specific SQL statements are shown for creating databases and tables, joining data, and using aggregation functions. Entity-relationship modeling is introduced as a technique for database design.