Kizspy | Question: 35
(Choose 1 answer)
What does the following OData query retrieve: /Orders?$filter=Orderltems/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.