Slide 7
Slide 7 text
Description Symbol Example
Entity Type Student, course, song, band
Value Type Student name, course name, song title, band name
Fact with 2 roles
(Predicate with 2
arities)
Student is enrolled in course
Uniqueness
Constraint (has one)
the first role is unique
ti the second role.
Each student has at most 1 name
but there may be 2 students who have the same
name
1:1 both roles are
unique to each other
Every student has at most one name and there are
no 2 students with the same name.
m:n Many to many Every student may be enrolled in many courses and
each course may have many students.
ORM Symbol Glossary
Value
Entity