Section 3 Flashcards
1
Q
Relationships:
- Represent something of …………… or …………. to the business
- Show how entities are related to each other
- Exist only between …………. (or one ………. and ………….)
- Are ………………
- Are ………….. at both ends
- Have ……………
- Have ……………
A
- significance / importance
- FYI
- entities / entity / itself
- bi-directional
- named
- optionality
- cardinality
2
Q
Cardinality measures the quantity of something …………. and ………..; it does not answer with a specific …………..
number
A
singular or plural
plural
- Each EMPLOYEE must hold one and only one JOB (Optionality)
- Each JOB may be held by one or more EMPLOYEEs (Cardinality)
- Each PRODUCT must be classified by one and only one PRODUCT TYPE (Optionality)
- Each PRODUCT TYPE may classify one or more PRODUCTs (Cardinality)
3
Q
ER Drawing Conventions
- Entities are represented by …………
- Entity names go in the ……………
- Entity names are always …………. and written with all ………. …………..
A
- softboxes
- softboxes
- singular / capital letters
4
Q
Drawing Conventions
- Attributes are listed ………… the entity names
- Mandatory attributes are marked with an …………..
- Optional attributes are marked with a …………
- Unique identifiers are marked with a ……… ………
A
- under
- asterisk: “*”
- circle: “o”
- hash sign: “#”
5
Q
ERDish is the language we use to state ………….. between entities in an ERD
A
relationships
6
Q
Matrix diagram: A ………….. drawing that can be used to discover and record relationships between entities in an entity-relationship model
A
grid-like
7
Q
Matrix diagrams do not show …………. and ………….
A
optionality and cardinality