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

  Create a new database in which to store all the objects

Problem: BoarDome is in the business of producing skate, surf and snow boards. They run a small museum and gift shop, located in airports in cities where the extreme sports are big. Create a new database in which to store all the objects r..

  Perform an inner join on tables books and sources.

Perform a Left Outer Join using tables BOOKS and ORDER_LINES. Show all the ISBNs in the BOOKS table and any associated ISBNs in the ORDER_LINES table.

  Find and display the total owed for all taxpayers

Exit the program (If the user choices 4, the program will exit. If the user chooses 1, 2 or 3, the program will do what the menu item says it will do, and then the menu will appear again.

  It inventory database given a school system database with

it inventory database given a school system database with over 2000 computers 100 elmos 200 smartboards 200 projectors

  Database systems develop and test

60014 Database Systems Develop and test SP/SFs to be executed within SQL Developer and develop and test SP/SFs that use cursors executed within SQL Developer

  Create the physical data model

Using anyRDBMS preferably (MySQL), create the physical data model for the logical data model provided in the attachment. This should include all of the data definition language SQL.This should be based upon the previous ERD created (see figure bel..

  Identify the data types and sizes for all attributes

Select database management system (Oracle, SQL Server, MYSQL, etc) and identify the data types and sizes for all attributes

  Describing the database systems

Summarize your paper by describing the database systems in your workplace, identifying which database systems and architecture they fall under.

  Analyse a set of data and write a memo

To analyse a set of data, and write a memo, identifying and explaining your insights into the operation of Todd Restaurants.

  Creation of a data classification scheme

Creation of a data classification scheme. A discussion about the sensitivity and mapping of the data into the data classification scheme

  Creates a database named personnel

Write an application that creates a database named Personnel. The database should have a table named Employee, with columns for employee ID, named position, and hourly pay rate.

  Investigate current trends in using information systems

Evaluate the suitability of information systems for different functional areas of the organization - Investigate current trends in using information systems

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