QuestionQ74
Executing queries using Databricks SQL and Databricks SQL WarehousesA data analyst is working with a nested products array column in the transactions table. The analyst needs to return the first array item for each row.
The data analyst is using this incomplete command:

Which line of code should the data analyst use to fill the blank in the preceding code block so that the task completes successfully?
- A products.1
- B products.0
- C products[0]
- D products[1]
Community Discussion