Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Systems
Exam 9: Data Warehouse Implementation and Use
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Short Answer
Illustrate a typical MOLAP architecture.
Question 42
True/False
The purpose of the drill up operation is to make the granularity of the data in the query result coarser.
Question 43
Multiple Choice
ALSETMAX COMPANY Observe the three different tables that exist in the ALSETMAX COMPANY and contains the information about customers.Assume all the values in all tables are correct.All three tables will be used as the source tables for the dimension CUSTOMER in the ALSETMAX COMPANY dimensionally modeled data warehouse. ALSE TMAX CUSTOMERS
 SSNÂ
 NameÂ
 GemderÂ
 CustBirthYearÂ
111
−
11
−
1111
 NedÂ
 MaleÂ
1980
222
−
22
−
2222
 NellyÂ
 FemaleÂ
1990
333
−
33
−
3333
 AnnaÂ
 FemaleÂ
1989
444
−
44
−
4444
 NedÂ
 MaleÂ
1970
\begin{array} { c l l c } \text { SSN } & \text { Name } & \text { Gemder } & \text { CustBirthYear } \\ 111 - 11 - 1111 & \text { Ned } & \text { Male } & 1980 \\ 222 - 22 - 2222 & \text { Nelly } & \text { Female } & 1990 \\ 333 - 33 - 3333 & \text { Anna } & \text { Female } & 1989 \\ 444-44 - 4444 & \text { Ned } & \text { Male } & 1970 \end{array}
 SSNÂ
111
−
11
−
1111
222
−
22
−
2222
333
−
33
−
3333
444
−
44
−
4444
​
 NameÂ
 NedÂ
 NellyÂ
 AnnaÂ
 NedÂ
​
 GemderÂ
 MaleÂ
 FemaleÂ
 FemaleÂ
 MaleÂ
​
 CustBirthYearÂ
1980
1990
1989
1970
​
\\ A-MAX CUSTOMER TABLE
 GSNÂ
 NaneÂ
 SexÂ
 YearOfBirthÂ
111
−
11
−
1111
 NedÂ
 MÂ
1980
222
−
22
−
2212
 NellyÂ
F
1990
333
−
33
−
3333
 AnnaÂ
F
1989
555
−
55
−
5555
 AnnaÂ
F
1970
\begin{array} { c c c c } \text { GSN } & \text { Nane } & \text { Sex } & \text { YearOfBirth } \\ 111 - 11 - 1111 & \text { Ned } & \text { M } & 1980 \\ 222 - 22 - 2212 & \text { Nelly } & F & 1990 \\ 333 - 33 - 3333 & \text { Anna } & F & 1989 \\ 555 - 55 - 5555 & \text { Anna } & F & 1970 \end{array}
 GSNÂ
111
−
11
−
1111
222
−
22
−
2212
333
−
33
−
3333
555
−
55
−
5555
​
 NaneÂ
 NedÂ
 NellyÂ
 AnnaÂ
 AnnaÂ
​
 SexÂ
 MÂ
F
F
F
​
 YearOfBirthÂ
1980
1990
1989
1970
​
\\ AM CUSTOMER ZIPCODE INFO
 SSNÂ
 ZipCodeÂ
111
−
11
−
1111
60611
222
−
22
−
2122
60655
333
−
33
−
3333
60601
444
−
44
−
4444
60611
555
−
55
−
5555
60655
\begin{array} { c c } \text { SSN } & \text { ZipCode } \\ 111 - 11 - 1111 & 60611 \\ 222 - 22 - 2122 & 60655 \\ 333 - 33 - 3333 & 60601 \\ 444 - 44 - 4444 & 60611 \\ 555 - 55 - 5555 & 60655 \end{array}
 SSNÂ
111
−
11
−
1111
222
−
22
−
2122
333
−
33
−
3333
444
−
44
−
4444
555
−
55
−
5555
​
 ZipCodeÂ
60611
60655
60601
60611
60655
​
This scenario will be used for the following questions citing ALSETMAX COMPANY. -Based on the three source tables,how many columns will the dimension CUSTOMER in the populated star schema for ALSETMAX COMPANY have? (Assume that the dimension uses a surrogate key,but no time stamps or row indicators. )
Question 44
True/False
Archived data from source systems is never present in the data warehouse.
Question 45
Essay
What enables direct lookup of values in the fact table in a multidimensional cube?
Question 46
Multiple Choice
In the case of so-called active data warehouses,the loads occur in ________ that happen continuously,ensuring that the data in the data warehouse is updated close to real time (enabling analysis of the latest data) .