Home »
MCQs »
SQL MCQs »
SQL Comments, Group By, Cast Function MCQs
GROUP BY clause is placed before which clause in SQL?
1. GROUP BY clause is placed before which clause in SQL?
- HAVING
- WHERE
- ORDER BY
- FROM
Answer: C) ORDER BY
Explanation:
GROUP BY clause is placed before ORDER BY clause in SQL.