This chapter discusses logical database design and the relational model. It defines key terms like relation, attributes, keys, and integrity constraints. Relations are two-dimensional tables that correspond to entity types and relationships from an E-R diagram. The chapter describes how to transform E-R diagrams into relational tables, including how to map different entity types, relationships, and attributes. It also covers mapping constraints like referential integrity and normalizing relations.