Question: According to the conceptual / physical model, all required is the SQL code AND two screenshots of outputs of these two queries in Oracle SQL
According to the conceptualphysical model, all required is the SQL code AND two screenshots of outputs of these two queries in Oracle SQL Developer, one for Querya and one for Queryb but since I couldn't send the data of these tables, I just want you to write the SQL code and see all the screenshots and my descriptions in this text. Please, read carefully and make sure the queries are correct and executable:
a Create OLAP cube with the following dimensions: year of rental, customer address, car class. Summary of rental cost is fact attribute.
OLAP cube should include data only from and years and only for customers who address has letter t in customer's address.
Sort data by year, address, class.
b With OLAP cube made in a:
modify to see only:
totals for each year, each address and each class.
grand total from all dimensions.
add grouping columns for every attribute to see if NULL is generated by DBMS;
show grouping level;
check if there is duplicated data;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
