Domanda di colloquio di SDG Group

What is the difference between the WHERE and HAVING clause in SQL?

Risposta di colloquio

Anonimo

28 ott 2023

HAVING can only be used for grouped data after a GROUP BY clause, while WHERE can be used for filtering after a query