Please provide the SQL required to perform the following tasks

profileTopsolutions
 (Not rated)
 (Not rated)
Chat

Please provide the SQL required to perform the following tasks:

1. Using the PARTS table that contains the characters “cdrom” in the description field.

2. Find all the records in the ORDERS table that were placed in March of 2009.

3. List all the cities from the CUSTOMERS table that begin with the letters a thru g.

4. Select all records from the ORDERS table from the 1st quarter of 2009.

5. Find all the ORDERS from March 1, 2009 to March 13, 2009.

6. List the unique city and state combinations from the CUSTOMERS table. Don’t include locations where there is not a city indicated.

7. Perform a Self-Join on the Customers table to determine which Customers do not have a contact.

8. Perform a Join on the Customers and Orders table. List only the Customers without a contact and provide the sum of orders per Customers (ie: Quantity * Price). List the Customer only once

    • 12 years ago
    Solutions
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      queries_answer.txt
    • attachment
      orders_2009.xls
    • attachment
      customers.xls
    • attachment
      parts.xls