List four concepts of the ER Model
Why is conceptual design important?
It helps communicate database designs to non-technical users.
Also can be mapped as a relational schema.
What are the types of ER representations?
What is an entity type?
Group of objects with same properties, identified as having an independent existence. Eg.. Beer
Define Entity Occurrence.
Uniquely identifiable object of an entity type
e.g. Beer - Summers, XXX, Extra Dry
Define what is a Relationship type.
Give an example.
Set of meaningful associations among entity types.
e.g. Song - “SING” - Artist
Explain Relationship Occurrence.
Give an example.
Uniquely identifiable association, which includes one occurrence from each participating entity type.
e.g. “humpty dumpty - SINGS - Adele”
Explain and give examples of “Degree of a Relationship”
Give examples of Each.
Number of participating entities in relationship.
Explain what a recursive relationship is.
Relationship type where same entity type participates more than once in different roles.
Explain characteristics of an Attribute.
Attribute: Property of an entity or a relationship type.
e.g “A car”
What is an attribute Domain?
What are composite Attributes?
Explain what a Multi-Valued attribute is.
Explain what a derived Attribute is
Attribute that represents a value that is derivable from value of a related attribute, or set of attributes, not neccarilly in the same entity type.

List and give definitions of KEYs:
Candidate Key
Primary Key
Composite Key
Structural Constraints: Multiplicity
Give an explanation
Multiplicity in Binary Relationships. (binary is most common degree)
LIst the most common relationships.
Binary relationships are generally referred to as being:
Explain the two structural constraints.
Cardinality
Describes maximum number of possible relationship occurrences for an entity occurrence participating in a given relationship type. (MAX)
Participation
Determines whether all or only some entity occurrences participate in a relationship occurrence of the relationship type. (MIN)
What is a FAn TRAP?
Where a model represents a relationship between entity types, but pathway between certain entity occurrences is ambigious.

Explain Chasm Trap
where a model suggests the existence of a relationship between entity types, but pathway does not exist between certain entity occurrences.

Quick review.
Define the following:
Entity types
Relationship types
Attributes
Multiplicity
Entity types: are group of objeccts with the same properties
Relationship types: are associations between entities
Attributes: are properties of entities or relationships
Multiplicity: of relationship types indicates participation and cardinality of connected entity types.