I am trying to create the following queries: 1) Display the order number, customer number, order date, and items ordered for order number 1
2) Total the cose of order number 1
3) Find any customers who have not placed orders
4) Produce a list of all hte products (i.e., product description) and the number of times each product has been ordered
5) List the names and number of employees supervised (label this value HeadCount) for all the supervisors who supervise more than two employees
6) List in alphabetical order the names of all employees (managers) who are managing people with skill ID BS12; list each such manager's name only once, even if htat manger manages serveral people with this kill
7) Show the customer ID and name for all the cutomers who have ordered both products with IDs 3 and 4 on the same order