Chapter 13 Flashcards

1
Q

In algorithm, graph problem called what

A

Isomorphism problem

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

What is paradox

A

Trying to make information accessible using tables resulted in an inability to query them

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

ER (Entity relationship) vs DM (Dimensional modelling)

A

ER is for OLTP and DM is for DSS query performance. ER is for micro and DM is for macro purpose.

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

What are two methods to simplify ER data model

A
  • De-normalization

- Dimensional modelling

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

What are 2 types of tables in dimensional modelling

A
  • Fact table

- Dimensional table

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

What is fact table

A

It is main table. It has primary key that consist of multiple columns.

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

Does fact and dimensional table single line

A

Yes

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

What are 2 schema in DM

A
  • Star schema

- Snow-flake schema

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

What schema is used in OLTP environment

A

Snow-flake schema

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

What schema is used in DSS environment

A

Star schema

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