Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
GROUP BY – Recap
3. Get to know the tables – Delivery
Summary

Instruction

Great! The second table is named Delivery; it will be used in our exercises. It is used by a supermarket to keep track of all deliveries.

The table has the following columns:

  • Supplier (the company that delivers the products)
  • Category (such as Toys or Office)
  • DeliveryDate (when the products were delivered to the store)
  • TotalPrice (how much was paid for the whole delivery)

Exercise

Select all information from the Delivery table.