
Ultimate access to all questions.
A data analyst is working with a table named transactions that contains a nested array column named products. The analyst needs to return the first element from the array for each row.
The analyst is using the following incomplete command:
SELECT
_____
FROM
transactions;
SELECT
_____
FROM
transactions;
Which line of code should the data analyst use to fill in the blank to successfully complete this task?
