Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CCDS - 2 2 1 Data Warehouse 4 | P a g e Lab 1 0 Part II In this section of the Lab, you

CCDS-221 Data Warehouse
4| P a g e
Lab 10 Part II
In this section of the Lab, you will learn how to practice the theoretical knowledge you have acquired
in the OLAP ALGEBRA chapter. To do so, you will use the MS-Excel GUI (easy-to-use by yourself and
decision-makers) for generating/handling 2-Dimensional tables(known as PivotTable in MS-Excel) for
results visualization. This GUI has the merit to hide the syntax of the OLAP operators.
First, have a look to queryQ1 expressed on our ORDERS star schema implemented in previous labs.
SELECT F_ID_C , C_FNAME, C_LNAME, YYEAR, QUARTER, SUM(ORDER_AMOUNT)
Amount_Orders
FROM F_ORDERS , D_TIME , D_CUSTOMERS
WHERE F_ID_T = ID_T
AND F_ID_C = ID_C
GROUP BY YYEAR, QUARTER, F_ID_C , C_FNAME, C_LNAME, YYear
ORDER BY 1,4,5,6 ;
/*98 rows selected.*/
SQL Query Q1.
Lab10-Appendix depicts the result of query Q1(98 rows).
1. Run MS-Excel on your computer.
2. Open the file Q1.csv provided with this lab; it contains the full result of query Q1.
3. In the following you will use an Excel feature called PivotTable to change the data visualization
into a 2-Dimensional table (called PivotTable in MS-Excel Terminology). To do so, follow the steps
below:
- Put the cursor anywhere inside the sheet (do not select any cell) then
- Click on the Insert Tab,

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions