Find the number and name of customer


Discuss the below:

Use SQL, and the Premiere Products database to complete the following exercises.

1. For each order placed on October 20, 2003, list the order number along with the number and name of the customer that placed the order.

2. Use the IN operator to find the number and name of each customer that placed an order on October 20, 2003.

3. Find the number and name of each customer that did not place an order on October 20, 2003.

4. For each order, list the order number, order date, part number, part description, and item class for each part that makes up the order but order the rows by item class and then by order number.

5. Find the rep number, last name, and first name of each sales rep who represents at least one customer with a credit limit of $10,000. List each sales rep only once in the results. Do not use a subquery.

6. List the part number, part description, and item class for each pair of parts that are in the same item class.

7. List the order number and order date for each order that contains an order line for a Gas Range.

8. List the order number and order date for each order that was placed by Ferguline for a Gas Range.

9. List the part number, part description, unit price, and item class for each part that has a unit price greater that the unit price of every part in item class AP. Use either the ALL or ANY operator in your query. (Hint: Make sure you select the correct operator.)

10. For each part, list the part number, description, units on hand, order number, and number of units ordered. All parts should be included in the results. For those parts that are currently not on order, the order number and number of units ordered should be left blank. Order the results by part number.

Attachment:- Premiere Products Database.rar

Solution Preview :

Prepared by a verified Expert
PL-SQL Programming: Find the number and name of customer
Reference No:- TGS01939218

Now Priced at $25 (50% Discount)

Recommended (96%)

Rated (4.8/5)