This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The developer team is tasked with writing the shortest possible NoSQL query to select all items and include all fields from a container. Which of these queries is both valid and would accomplish this task?
SELECT FROM
SELECT FROM p
SELECT * FROM p
Which SQL keyword is used to flatten the query results into an array of a specific field value for each item?
FROM
VALUE
DISTINCT
The database has a container named products. What must the data source be named after the FROM keyword in the query?
p
products
Either of these names
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?