Knowledge check

Completed
1.

You are tasked with writing the shortest possible SQL query to select all items and include all fields from your container. Which of these queries is both valid and would accomplish this task?

2.

Which SQL keyword is used to flatten your query results into an array of a specific field value for each item?

3.

You have a container named products. What must the data source be named after the FROM keyword in the query?