ER Model Design
ER Model Design
Identify Entities:
What are the key objects or concepts? Start by identifying all the
nouns related to your system or database.
Example: In a library database, entities might be Book, Author, Member,
and Loan.
Represent Entities: Draw rectangles for each entity and label them
with the entity name.
Tip: Each entity should be unique and represented only once in the
diagram.
2. Define Attributes:
What data describes each entity? Determine the characteristics or
properties of each entity.
Example: For Book, attributes might be Title, ISBN, Publication Year,
and Genre. For Member, they could be MemberID, Name, Address, and Phone
Number.