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.



