Instruction
One more table and we're good to go!
Exercise
Select all the information from the OrderPosition table.
Each row in OrderPosition is a single position in an order (like an item in an invoice). It has:
- its own
Id, - a
ProductId, - an
OrderId, - and the
Quantityordered of that product.



