This document provides an overview of entity-relationship (ER) models, which allow specification of a database schema representing the logical structure of a database. It discusses key concepts including entity sets, relationship sets, attributes, and mapping constraints. Entity sets represent collections of real-world objects or concepts that share common properties. Relationship sets define associations between entity sets. Attributes provide additional information about entities. Mapping constraints specify cardinality ratios for relationships. The document also covers ER diagramming and the differences between weak and strong entities.