Database Management: Chapter 2 – Flashcards

Unlock all answers in this set

Unlock answers
question
Entity-Relationship Model
answer
Logical representation of the data for an organization or for a business area, using entities for categories of data and relationships for associations between entities
question
Entity-Relationship Diagram
answer
Graphical representation of an entity-relationship model
question
Business Rule
answer
Statement that defines or constrains some aspect of the business. It is intended to assert business structure or to control or influence the behavior of the business.
question
Characteristics of a Good Business Rule
answer
Declarative, precise, atomic, consistent, expressible, distinct, business-oriented
question
Data Name Guidelines
answer
Relate to business, not technical characteristics, are meaningful, are unique, are readable, are composed of words taken from an approved list, are repeatable, and follow a standard syntax
question
Term
answer
Word or phrase that has a specific meaning for a the business
question
Fact
answer
Association between two or more terms
question
Entity
answer
Person, place, object, event, or concept in the user environment about which the organization wishes to maintain data
question
Entity Type
answer
Collection of entities that share common properties or characteristics
question
Entity Instance
answer
Single occurrence of an entity type
question
Strong Entity Type
answer
Entity that exists independently of other entity types
question
Weak Entity Type
answer
Entity type whose existence depends on some other entity type
question
Identifying Owner
answer
Entity type on which the weak entity type depends
question
Identifying Relationship
answer
Relationship between a weak entity type and its owner
question
Attribute
answer
Property or characteristic of an entity or relationship type that is of interest to the organization
question
Required Attribute
answer
Attribute that must have a value for every entity (or relationship) instance with which it is associated
question
Composite Attribute
answer
Attribute that has meaningful component parts, or attributes (address)
question
Simple (Atomic) Attribute
answer
Attribute that cannot be broken down into smaller components that are meaningful to the organization
question
Multivalued Attribute
answer
Attribute that may take on more than on value of a given entity, or relationship, instance (skill)
question
Derived Attribute
answer
Attribute whose values can be calculated from related attribute values
question
Identifier
answer
Attribute (or combination of attributes) whose value distinguishes instances of an entity type
question
Composite Identifier
answer
Identifier that consists of a composite attribute
question
Relationship Type
answer
Meaningful association between or among entity types (line and verb that denotes relationship between entities)
question
Relationship Instance
answer
Association between or among entity instances where each relationship instance associates exactly one entity instance from each participating entity type (lines that connect each employee to each course they have taken)
question
Associative Entity
answer
Entity type that associates the instances of one or more entity types and contains attributes that are peculiar to the relationship between those entity instances
question
Degree
answer
Number of entity types that participate in a relationship
question
Unary Relationship
answer
Relationship between instances of a single entity type (person is married to another person)
question
Binary Relationship
answer
Relationship between the instances of two entity types
question
Ternary Relationship
answer
Simultaneous relationship among the instances of three entity types
question
Cardinality Constraint
answer
Rule that specifies the number of instances of one entity that can or must be associated with each instance of another entity
question
Minimum Cardinality
answer
Minimum number of instances of one entity that may be associated with each instance of another entity
question
Maximum Caridnality
answer
Maximum number of instances of one entity that may be associated with each instance of another entity
question
Time Stamp
answer
Time value that is associated with a data value, often indicating when some event occurred that affected the data value (transaction time)
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New