Select from following answers:- http://<uri>/MyService.svc/Employees?$skip=40&$orderby=salary

- http://<uri>/MyService.svc/Employees?$fetch=40&$orderby=salary
- http://<uri>/MyService.svc/Employees?$between=40AND56&$orderby=salary
- http://<uri>/MyService.svc/Employees?$skip>40AND<=56&$orderby=salary
- All Above
$skip indicates how many records to be ignore.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator