Chapter 13 Flashcards
In algorithm, graph problem called what
Isomorphism problem
What is paradox
Trying to make information accessible using tables resulted in an inability to query them
ER (Entity relationship) vs DM (Dimensional modelling)
ER is for OLTP and DM is for DSS query performance. ER is for micro and DM is for macro purpose.
What are two methods to simplify ER data model
- De-normalization
- Dimensional modelling
What are 2 types of tables in dimensional modelling
- Fact table
- Dimensional table
What is fact table
It is main table. It has primary key that consist of multiple columns.
Does fact and dimensional table single line
Yes
What are 2 schema in DM
- Star schema
- Snow-flake schema
What schema is used in OLTP environment
Snow-flake schema
What schema is used in DSS environment
Star schema