Download a copy of theDatabase Examples/Northwinddatabase for your selected database application. Review the E-R diagram in your database application to verify that it matches theDatabase...



  1. Download a copy of theDatabase Examples/Northwinddatabase for your selected database application.

  2. Review the E-R diagram in your database application to verify that it matches theDatabase Examples/Northwindexample. Note the primary keys, foreign keys, and relationships. Then create QBE queries to determine results for each of the following. View the SQL generated for each query.

  3. Select all fields and all records in the Categories table.

  4. Select the CustomerName for all customers.

  5. Select the CustomerName for all customers in the country 'Italy'.

  6. Select the ProductName for all products in Category 1 with a price less than $5.00.

  7. Select the SupplierName for all suppliers from English-speaking countries (Australia, Canada, UK, USA)

  8. Select the first and last names of all employees having a birthday in September.

  9. Select the CustomerName and OrderID for all orders placed on 9 September 1996.

  10. Select the ProductName for all seafood products with a supplier from 'Boston'.

  11. Select the CustomerName and OrderID for all customers who ordered 'Aniseed Syrup', sorted in alphabetical order.

  12. Select the ProductName, Quantity, Price, and ExtendedPrice (Quantity * Price) for orders 10344 and 10345.

  13. Select the first and last names and current age of all employees having a birthday in September.

  14. Select the OrderID, count of products ordered, and total order cost for orders 10344 and 10345.

  15. Select the total number of orders and total cost of orders shipped by 'Speedy Express' in February 1997.

Sep 11, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here