Question 7
(Topic 1)
A data analyst is working with a nested array column products in table transactions. The analyst wants to return the first item in the array for each row. The data analyst is using the following incomplete command: Which lines of code should the data analyst use to fill in the blank in the above code block so that it successfully completes the task?

Select an option, then click Submit answer.
- ○ products.1
- ○ products.0
- ○ products[0]
- ○ products[1]