A

Arogya • 3.19K Points
Extraordinary

Q. Which clause groups employees by department?

  • (A) GROUP BY department_id
  • (B) ORDER BY department_id
  • (C) HAVING department_id
  • (D) WHERE department_id

Explanation by: Arogya
GROUP BY groups rows with same department.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.