On the customers table of the sample database NorthWind compute:
- the contents of the table product
- the values of the ID (primary key) of products
- the values of the contactname and contacttitle fields of customer
- the employees with a NULL note
- the total number of orders
- the number of orders for each customer
- for each customer, the number of orders such that ShipVia is 2.
The schema and the code to create the DB.