32.

Product Table
-----------------
ProductID
ProductName

Order Table
---------------
OrderNo
ProductID
Qty

How would you select from both tables but the Order table must always return everything

No description found.