Kizspy | Question: 32 (Choose 1 answer)
What does the following OData query retrieve: /Orders?$filter=OrderItems/all(item: item/Quantity ge 10)
A. Orders with all items having a quantity greater than or equal to 10.
B. Orders with any item having a quantity greater than or equal to 10.
C. Orders with all items having a quantity less than 10.
D. Orders with any item having a quantity less than 10.