Spicy Pancakes
2013-04-05 11:01:37 UTC
Parts: pnumber, pname, color, weight, city
Shipments: snumber, pnumber, quantity, shipment_ID
Suppliers: snumber, sname, status, city
I need to write the following query in SQL. "List the names of those suppliers along with the number of different parts that they ship for those suppliers who have a shimpment of at least two different parts."
I know I have to use the count function but can't figure out the rest.