31.
Product Table
-----------------
ProductID
ProductName
Order Table
---------------
OrderNo
ProductID
Qty
How would you select from both tables but the Order table must return only if it has a corresponding product
View Description
No description found.