Data Modeling Flashcards
A good business rule is:
(1) declarative
(2) precise
(3) atomic
(4) consistent
(5) expressible
(6) distinct
(7) business-oriented
A good data name is:
(1) related to business
(2) meaningful and self-documenting
(3) unique
(4) readable
(5) composed of words from an approved list
(6) repeatable
A logical representation of the data from an organization or for a business area, using entities for categories of data and relationships for associations between entities
ENTITY-RELATIONSHIP MODEL
A graphical representation of an entity-relationship model
ENTITY-RELATIONSHIP DIAGRAM
A person, a place, an object, an event, or a concept in the user environment about which the organization wishes to maintain data
ENTITIES
Person, place, object, event, concept (corresponds to a row in a table)
ENTITY INSTANCE
Collection of entities (corresponds to a table)
ENTITY TYPE
Link between entities
RELATIONSHIP INSTANCE
Category of relationship, link between entity types
RELATIONSHIP TYPE
Property or characteristic of an entity or relationship type
ATTRIBUTE
Often corresponds to a field in a table
ATTRIBUTE
Entity is an object that will have many instances in the database.
TRUE
Entity is an object that will be composed of multiple attributes. T or F?
TRUE
Entity is an object that we are trying to model
TRUE
Entity is a user of the database system
FALSE