Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
5. flower_color table
Resolve tasks

Instruction

The fourth table, flower_color, stores details about the color of each type of flower.

Exercise

The flower_color table contains these columns:

  • flower_id – The ID of the flower.
  • color_id – The ID of the color.

Select all data from the table flower_color.