Select from following answers:- Get first 10 rows
- Get 10 rows with highest total
- Syntax error because order by clause is incorrect
- All Above
Group by clause allows us to use aggregate function and perform calculation over rows that have a matching value in column.
The OFFSET-FETCH option is a filtering option like TOP keyword.
Show Correct Answer
|
Alert Moderator