caleman9791 / SQL-Northwind

SQL Practice on Northwind Sample Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Northwind SQL Database

Download the script to create the northwind database from here

Untitled

Write queries to answer the following questions:

  1. What is the undiscounted subtotal for each Order (identified by OrderID).
  2. What products are currently for sale (not discontinued)?
  3. What is the cost after discount for each order? Discounts should be applied as a percentage off.
  4. I need a list of sales figures broken down by category name. Include the total $ amount sold over all time and the total number of items sold.
  5. What are our 10 most expensive products?
  6. In which quarter in 1997 did we have the most revenue?
  7. Which products have a price that is higher than average?

About

SQL Practice on Northwind Sample Database


Languages

Language:SQL 100.0%