Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. The OrderPosition table
ROWS
RANGE
Default window frame
Summary

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 Quantity ordered of that product.