Instruction
That's great! Let's see how you fare with Exercise 2.
Exercise
For each product, show three columns:
idproduct_type– the type of the product. If there is no product type, show'unknown type'.new_launch_date– the launch date. If thelaunch_dateisNULL, show the current date instead (useCURRENT_DATE).
Order the results by new_launch_date, with the oldest dates appearing first.



