Session 15 Flashcards
Steps when building a decision table
- Identify Conditions and Values
- Identify all possible actions
- List all possible rules
- Defines actions for each rule
- Simplify the decision table
Whats Data Modeling
Develops missing and crucial piece of the description of an info system
Conceptual Data Model
Captures overall structure of organizational data
Whats the objective of a conceptual data model
accurately describes the content and structure of data in the client/users world
What are the two diff ways to gather info for conceptual data modeling
Top-Down
Bottom-up
Whats top down info gathering
Data model is derived from an intimate understanding of the business
Whats bottom up info gathering
Data model is derived by reviewing specifications and business documents
Whats an ERD
data modeling tool that depicts associations among diff categories of data w/in a business/info system
Whats an identifier/primary key
Unique identifiers of each entity
Whats an attribute?
Characteristics of an entity
How do you choose a PK
- Must be unique
- Must not change over life
- Must always have a valid value