You create a custom list named Products. You need to perform a Representational State Transfer
(REST) query that returns products 30 to 39. Which URL should you use?
A.
/ListData.svc/Products $skip=30&$top=10
B.
/ListData.svc/Products(30) $skip=10
C.
/ListData.svc/Products(39) $skip=30
D.
/ListData.svc/Products $skip=10&$top=30
Explanation: