What are the type of relations in an ER model?
What is an ER-diagram?
A diagram with nodes and connecting verices
What do the nodes represent in an ER diagram?
Entity sets: rectangles
Attributes: ovals
Relationships: diamonds
What kind of edges are in an ER-diagram?
Normal edges: Between ES and attribute, or ES and relationship if relationship is ‘many-many’
Arrow: from relationship to ES fro ‘many-one’ and ‘one-one’ case
What does ES stand for?
Entity sets