Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!