OCP CBT Question 502
Please solve the following question.
You have a table `ORDERS` with columns `SHIPPING_DATE`, `DELIVERY_DATE`, and `RETURN_DATE`, all of which can be NULL. You want to find the first non-NULL date among these three columns for each order. Which SQL function is most appropriate and efficient for this task?