The document discusses key concepts in entity-relationship (ER) modeling including:
- Entities can represent real-world objects and have attributes that identify them. Common entities in a school database may be students, teachers, classes, and courses.
- Relationships define associations between entities, such as a student enrolling in a course. Relationships have cardinalities that specify how many entities can be connected.
- Attributes of entities can be simple, composite, derived or multi-valued. Keys uniquely identify entities and can be candidate or primary keys.
- ER diagrams visually represent these concepts through entities, relationships, and attributes.