What is an entity set?
What is a relationship set?
What is an n-ary relationship?
What are the multiplicity constraints?
What is participation?
What is cardinality?
What is a candidate key?
What is a weak entity set?
What is a discriminator (aka a partial key)?
What shape is used to represent an entity set?
What is used to indicate a primary key in an ER diagram?
What shape is used to represent a relationship set?
How is a composite attribute represented?
-indentation
How is a derived attribute represented?
How is a multi-valued represented?
What is generalisation (also called specialisation)?
What are the inheritance constraints?
Is an attribute better placed on an entity set or a relationship set?
– An attribute of a many-to-many relationship set must be placed on the relationship set
– An attribute of a one-to-many relationship set can be placed on the relationship set or the many-side entity set
– An attribute of a one-to-one relationship set can be placed on the relationship set or in either entity set
– An attribute of a many-to-many relationship set must be placed on the relationship set
How do you change a weak entity set to a strong entity set?
When to use inheritance or not?
What is the simple modelling methodology?
What is required of attributes?
To be atomic.
What is the set of allowed values for each attribute?
The domain.
What is a relation schema and how does it relate to attributes and domains?