DatawareHouse / Business Intelligence Flashcards

1
Q

Data Warehouse?

A

A giant storehouse for your data

ALL your data

Central repository, aggregate data from multiple systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Business Intelligence?

A

Leveraging data you already have to convert knowledge into informed actions

Providing ways to measure the health of your business

Examining the data in your warehouse to look for the three main areas of interest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OLAP

A

Online Analytical Processing

Used mostly in data warehouses
Data denormalized
Number of tables reduced
star schema or snowflake schema

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

OLTP

A

OnLine Transaction Processing

Data normalized
Many joins
Harder for ‘ad-hoc’ reporting
slower

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Star Schema

A

Data mart design pattern consisting of Fact and Dimension tables resembling a star like shape

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

TDWI

A

The Data Warehouse Insitute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Kimball Method

A

An iterative approach to data warehousing focused on dimensional modeling data for max business value

developed mid 1980’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Dimension Modelling

A

The process of modelling a business process into a series of fact and dimension tables designed for analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Business Process

A

Is an activity which an organization performs. Typically these are the actions in the object >action model

ex: Sales processing, payment processing, service calls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Fact Table

A

The center of our star schema containing measures and links to dimension tables

3 types:
Transaction
Periodic Snapshot
Accumulating Snapshot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Dimension Table

A

Provide the who, what, where, when, why, and how context surrounding a business processing event

3 types
Denormalized
Role playing
Outrigger
Junk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Surrogate Key

A

A dimensions tables primary key that is not depending upon any source system, but is created by the data warehouse itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Natural Key

A

The primary key of the dimension row from the source system which it came. This is often persisted over time while the surrogate key may change

How well did you know this?
1
Not at all
2
3
4
5
Perfectly