Write a query to determine the total number of orders

Assignment Help Database Management System
Reference no: EM131870758

Lab Assignment: Group Functions and Subqueries

LAB OVERVIEW

Scenario and Summary

Lab will introduce the concept of group functions and subqueries to meet more complex report requirements.This lab may be completed using either DeVry's Omnymbus EDUPE-APP lab environment, or a local copy of the MySQL database running on your own computer using the ACME database tables. The lab will utilize a set of tables that are created and populated by the script file (create_ACME_db.sql).

A few IMPORTANT things to note if using EDUPE MySQL:

**There can be NO SPACES in alias names given to a column. For example:

Select unit_price as "Retail Price " from items; --this does NOT work in EDUPE MySQL.

Any of the following WILL WORK:

Select unit_price as "RetailPrice" from items;
Select unit_price as "Retail_Price" from items;
Select unit_price as Retail_Price from items;
Select unit_price as RetailPrice from items;

**Any calculated fields MUST be given an alias (and note above NO SPACES in alias). For example:
select unit_price * 2 from items;--this does NOT work in EDUPE MySQL

This will work:

select unit_price * 2 as NewPricefrom items;

Deliverables

• Lab Report (Answer Sheet) containing both the student-created SQL command(s) for each exercise, and the output showing the results obtained.Be sure your LAST NAME is on the file.

LAB STEPS: Complete each of the exercises below.

1. Write a query to determine the total number of orders for each customer. Display the orderid and display the total with a heading of TotalOrders (note no spaces).

2. Write a query to determine the number of customers for each sales rep. Display the sales rep ID and display the total with a heading of TotalCustomers. Sort the display by sales rep ID.

3. Write a query to determine the total number of sales reps in offices 22 and the total number of sales reps in office 13. Display the office Id and display the total number of reps with a heading of Total_Reps.

4. Write a query to determine the total number of customers for these sales reps: Sales rep 5, 1, and 8.Display the sales rep Id and display the total number of customers with a heading of Total_Customers.

5. Write a query to determine the total number of customers for each of the Sales Reps. But only display the sales reps and their number of customers if that total number of customers is greater than 2. Display the total with a heading of Total_Customers.

6. Write a query to determine the total number of customers for each of the Sales Reps that have a creditlimit that is greater than 40,000. But only display the sales reps and their number of customers if that total number of customers is greater than 1. Display the total number of customers with a heading of Total_Customers.

7. Write a query to determine the total dollar amount of all purchases for each customer. Display the customer Id and the total dollar amount of all purchases for each customer. Sort by customer id.

8. Write a query to determine the total dollar amount of all purchases for ONLY customers 2114, 2103, and 2108. Give the total purchase amount a heading of TotalSalesAmount. Display the customer Id and the total dollar amount of purchases for each customer id . Sort by the total sales.

9. Write a query to determine the total dollar amount of all purchases for all customers. But instead of displaying the custid, display the customer company name (You need a join). Give the total purchase amount a heading of TotalSalesAmount. Display the customer company name and the total dollar amount of purchases for each company.

10. Re-do the previous problem but only display those company namesthat have a total purchase amount that is greater than $20000. Only display the company names.

11. Display the average purchase order amount for the customers. Round the amount to two decimals.

12. Display the number of products ACME sells and what the average price is for their products.

13. Write a query to display the description of a product and the number of orders for that product. Sort the display by the description.

14. Redo the previous problem but this time just display those product names and the number of sales that have more than 3 sales.

15. Use a SubQueryto determine which sales reps have a sale that is greater than the average sale. Display the sales rep ID. Only show the sales rep ID once.

16. Use a SubQuery to display the city of all offices whose sales are below the average target for all the offices.

17. Use a SubQuery to list all sales rep IDs that have an average sales dollar amount greater the average sales dollar amount of the sales reps. You can use a correlated sub query or an correlated subquery. You need a correlated sub query if you wish to compare the average sales dollar amount to the average sales dollar amount to all the other sales reps NOT including the the sales rep you are comparing to.

Attachment:- Create_ACME_db.rar

Reference no: EM131870758

Questions Cloud

Positive relationship of a normal good right : If the demand for a crop is inelastic then farmers could increase revenue by reducing the supply of the crop ...is that correct thinking
Kate calculates that her marginal tax rate : Based on the IRS table, Kate calculates that her marginal tax rate is ________ when her annual taxable income is $250,000.
Important findings of the rand study : 1. What question is the RAND health insurance experiment designed to answer?
Define employee concerns related to managers : Employee self-service (ESS) and management self-service (MSS) have given more control and responsibility to employees and managers, towards managing their own.
Write a query to determine the total number of orders : Write a query to determine the total number of orders for each customer. Display the orderid and display the total with a heading of TotalOrders.
Consumer into the study of economics : Consider the term behavioral economics and how it's applied to consumer into the study of economics
Considering the purchase of outstanding bond : It is now January 1, 2016, and you are considering the purchase of an outstanding bond that was issued on January 1, 2014. What is the yield to maturity?
Which should he buy to maximize his utility : If Mile's buys only one toy, which should he buy to maximize his utility?
Preparing the performance appraisal on a clerical employee : What errors might one make when preparing the performance appraisal on a clerical employee? How might you avoid these errors?

Reviews

Write a Review

Database Management System Questions & Answers

  Knowledge and data warehousing

Design a dimensional model for analysing Purchases for Adventure Works Cycles and implement it as cubes using SQL Server Analysis Services. The AdventureWorks OLTP sample database is the data source for you BI analysis.

  Design a database schema

Design a Database schema

  Entity-relationship diagram

Create an entity-relationship diagram and design accompanying table layout using sound relational modeling practices and concepts.

  Implement a database of courses and students for a school

Implement a database of courses and students for a school.

  Prepare the e-r diagram for the movie database

Energy in the home, personal energy use and home energy efficiency and Efficient use of ‘waste' heat and renewable heat sources

  Design relation schemas for the entire database

Design relation schemas for the entire database.

  Prepare the relational schema for database

Prepare the relational schema for database

  Data modeling and normalization

Data Modeling and Normalization

  Use cases perform a requirements analysis for the case study

Use Cases Perform a requirements analysis for the Case Study

  Knowledge and data warehousing

Knowledge and Data Warehousing

  Stack and queue data structure

Identify and explain the differences between a stack and a queue data structure

  Practice on topic of normalization

Practice on topic of Normalization

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd