ppt-8 Flashcards

views/data warehouse (11 cards)

1
Q

view

A

virtual table made from other queries from BASE TABLES. different from join in that its “stored” in the db. seems mostly good for simplifying queries

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

how to make a view

A

CREATE VIEW name AS [query here]

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

view potential problems

A
  • multi-table view cant really add new records

- cant use DISTINCT or GROUP BY in [query]

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

data warehouse

A

big data used in decision making process

  • subject oriented: one topic
  • integrated: different data sources work together
  • time-variant: able to look at time trends
  • non updateable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

data mart

A

subset of the data warehouse that is used for a SPECIFIC problem e.g. sales, marketing, finance, etc.

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

usefulness of data warehouse

A

excellent for long term decision making. doesnt have to be as efficient. better at long term trend analysis. improve performance by getting rid of operational data

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

homogenous data

A

metadata, formatting, etc will be different when you collect from different sources. you need to consolidate them into one file

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

independent data mart

A

data mart created straight from operational sources

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

ETL

A

“extraction, transformating, and loading”

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

dependent data mart

A

data mart completely created from an existing data warehouse

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

logical data mart

A

only good for smaller databases.

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