Diagram characteristics(custom) Flashcards
What is this relationship cardinality called?
Mandatory one
what is this relationship cardinality called?
Mandatory Many
What is this relationship cardinality called?
Optional one
What is this relationship cardinality called?
Optional Many
Inside an entity box such as the one shown, how do we represent normal identifiers
with an underline and bolding
Inside an entity box such as the one shown, how do we represent partial identifiers
we use bolding and double underlining
Inside an entity box such as the one shown, how do we represent optional attributes
Most likely we apply no formatting
Inside an entity box such as the one shown, how do we represent derived values?
An attribute that is calculated from other attributes, like “age” which can be calculated from a person’s “date of birth”.
with square brackets [ ]
Inside an entity box such as the one shown, how do we represent multi-valued attributes?
An attribute that can hold multiple values for a single entity, like a “skills” attribute for an employee which could list several different skills.
with curly braces { }
Inside an entity box such as the one shown, how do we represent composite values?
An attribute made up of multiple smaller attributes, like an “address” which can include “street”, “city”, and “state”.
with parenthesis ( )
What does a weak entity look like?
A weak entity is an entity in a database that can’t be uniquely identified by its own attributes
Notice: has an outline