Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Accomplish the following exercise and copy/paste the results into your week 10 assignment submission Word document. Using ch10_abc_markets database, write the MySQL code to select

Accomplish the following exercise and copy/paste the results into your week 10 assignment submission Word document.

Using ch10_abc_markets database, write the MySQL code to select the invoice year from inv_date with the column name invoiceYear, the invoice month from inv_date with the column name invoiceMonth, the invoice day from inv_date with the column name invoiceDay, and the sum of the invoice total with the column name invoiceTotal from the invoice table.

Group the results by year, month, and day using the ROLLUP subclause.

Using ch10_abc_markets database and line table, write the MySQL code to select the invoice number, line number and the sum of the line price as sumLP. Group the results using grouping sets of invoice number and line number to show the sumLP by invoice number order.

QUESTION 1: What does the rollup subclause provide in terms of grouping and how does it differ from the CUBE subclause.

QUESTION2: What is the purpose of the GROUPING SETS subclause and what is its primary use?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Handbook Of Relational Database Design

Authors: Candace C. Fleming, Barbara Von Halle

1st Edition

0201114348, 978-0201114348

More Books

Students also viewed these Databases questions

Question

3-2 What is the impact of information systems on organizations?

Answered: 1 week ago