ER Model: what is it (short)?
Detailed, logical representation of the data for an organization/ business
Main elements/ concepts in an ER model: mention the main elements and the sub elements.
Business Rules: what are they and what do they do?
Characteristics of GOOD Business Rules: How should a business rule be?
Data naming: how should entities, relationships and attributes be named?
It is important to ER models.
The names of entities, relationships and their attributes need to be:
Naming Entity Types: how?
Types of entities: just the name
Types of relationship degrees: just names
Strong vs Weak entities:
Attributes: what are they and what types are there?
Attribute = property or characteristic of entity TYPE or relationship TYPE
types of attributes:
Composite attribute: what is it?
Street address, city, state, postal code (all of these are component attributes/ sub attributes)
Multivalued attributes: explain
ex: an employee can have more than one {Skill}
Derived attributes: explain
Identifiers (keys)
Candidate identifier: what is?
Criteria for identifiers: how to chose identifiers?
Criteria for defining attributes: