This is a dedicated watch page for a single video.
An analyst needs to flatten a nested array structure within the order_items column of the orders table, so that each item appears as a separate row. Which function should be used to complete the following SQL query? SELECT order_id , _______ ( order_items ) AS item FROM orders ;