In: Computer Science
A single entity instance in one entity class is related to a single entity instance in another entity class.
eg: Each student in an examination hall fills one seat and one seat is assigned to only one student.
A single entity instance in one emtity class is related to multiple entity instance in another entity class.
eg: A child can only have one father biologically but a father can have multiple child.
Each entity instance in one entity class is related to multiple entity instance in another entity class and vice versa.
eg: A customer can take many item on rent. An item can be rented by many customers.
2.
Three schema architecture is used to describe the structure of a specific database system. It contains three level namely physical level, logical level, view level.