When do we use a HAVING clause?
Options
- To limit the output of a query
- To limit the output of a query using an aggregate function only
- When GROUP by is used
- both b and c
CORRECT ANSWER : To limit the output of a query using an aggregate function only
Write your comments