HOTSPOT - You need to retrieve all order line items from Order.json and sort the data alphabetically by the city. How should you complete the code? To answer, s...
Microsoft AZ-204 Exam
Questions Number: 303 out of 355 Questions
85.35%
Question 303
HOTSPOT - You need to retrieve all order line items from Order.json and sort the data alphabetically by the city. How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
Box 1: orders o - Scenario: Order data is stored as nonrelational JSON and must be queried using SQL. Box 2:li - Box 3: o.line_items - Box 4: o.city - The city field is in Order, not in the 2s.