Chapter 2 of 'Database System Concepts' introduces the relational model, detailing the structure and components of relations, including attributes and tuples. It discusses the notion of a database as a collection of relations, highlights the importance of normalization to avoid data redundancy, and explains keys and foreign key constraints. Additionally, various relational query languages and operations such as selections, projections, unions, and joins are summarized.