Question: In Northwind database 2019: 10. Northwind traders would like to know how many times each shipper has shipped each product. Write a query that lists
In Northwind database 2019:
10. Northwind traders would like to know how many times each shipper has shipped each product. Write a query that lists the ProductID, ProductName, ShipperID and Shipper name (CompanyName) and a field named "Times Used" that shows how many times the ShipperID has been used for each product. The list should be in ProductID orders. (Hint: The list may show the same ProductID multiple times depending on how many different shippers were used to ship that product. This query requires four tables.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
