Data Warehousing (DW) Project Building and Analysing a DW for NatureFresh Stores in NZ, built using a high-performance Oracle database 12c, and Index-Nested Loops Join-Oracle.
The project will include four files:
-
createDW.sql To create the schema of the Project
-
INLJ.sql It includes extract, transform, and load records to DW
-
queriesDW.sql It contains all OLAP queries
-
projectReport.doc It reports the whole process.
========================================================
==================
==================
-
Open the SQL developer
-
Connect to the Oracle server:
======================
======================
-
Download All files
-
ReadMe for futher information
================================
================================
-
First, run createDW.sql to construct the star schema
-
Second, run INLJ.sql
to perform extract records from the transaction,
transform these with master data,
then load these record to DW.
-
Third, run queriesDW.sql for the DW analysis 2017
To see the highest sale in the whole yearTo see three supplier names in Aug 2016 in terms of total salesTo determine 3 store names in Aug 2016 in terms of total salesTo see how many sales transaction for the product that generates max sales in 2016To present quarterly sale analysis for all products using drill-down query conceptsTo create a materialised view with name "STOREANALYSIS_MV" to present product-wise sales for each storeTo see other information retrieved from Q6 with rollupTo see other information retrieved from Q6 with cube concept
