This document summarizes the contents of Chapter 3 from the textbook "Database System Concepts, 5th Ed." by Silberschatz, Korth and Sudarshan. The chapter covers the basics of the SQL language, including data definition, query structure, set operations, aggregate functions, null values, views and modification of databases. Key SQL concepts are explained such as creating tables, inserting and deleting tuples, integrity constraints, joins, and aggregation. Examples are provided to illustrate SQL statements and relational algebra translations.