Select from following answers:- Use select TOP and ORDER BY date

- Use select TOP and GROUP BY date
- Use ROWCOUNT and ORDER BY date
- Use ROWCOUNT and GROUP BY date
- All Above
SELECT TOP n and ORDER BY clauses are used to retrieve recent records
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator