Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. Table service
Resolve Tasks

Instruction

The third table, service, stores details about the services Terry provides in his workshop.

Exercise

The service table contains these columns:

  • id – the unique ID of the service.
  • name – the name of the service.
  • price – the price of the service (this doesn't contain the price of the car parts, if used).
  • start_date – the registration date of the service.
  • end_date – The date of when the car is repaired and ready.

Select all data from the table service.