The document discusses entity relationship diagrams (ERDs) which are used to model relationships between entities in a database. It defines key concepts such as entities, attributes, relationships and cardinality. Entities represent objects of interest with attributes to describe them. Relationships define how entities are connected and cardinality specifies the minimum and maximum number of relationships between entities. The document provides examples of one-to-one, one-to-many and many-to-many relationships and discusses how ERDs can be used to design the logical structure of a database.