CS Compass Logo

CS Compass

Your CS Navigator

ER Model

Learn Entity Relationship Model used in Database Design

What is ER Model?

The Entity Relationship (ER) Model is a conceptual data model used to represent the structure of a database. It describes data using entities, attributes, and relationships.

Entity

An Entity is a real-world object that can be identified uniquely. Examples include Student, Employee, Product, and Customer.

Attributes

Attributes describe the properties of an entity. For example, a Student entity may have Roll Number, Name, and Age.

Relationship

A Relationship represents an association between entities. For example, Student studies Course.

Types of Relationship

ER Diagram Symbols

Advantages of ER Model