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; ``` Which line of code should the data analyst use to fill in the blank to successfully complete this task? | Databricks Certified Data Analyst - Associate Quiz - LeetQuiz