Question: use the union operator to generate a result set consisting of three columns from the orders table: Ship_status Order_id Order_date If the order has a
use the union operator to generate a result set consisting of three columns from the orders table:
Ship_status
Order_id
Order_date
If the order has a value in ship_date column, the ship_status column should contain a value of SHIPPED. Otherwise, it should contain a value of NOT SHIPPED.
Sort the final resort set by order_date
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
