Question d’entretien chez SDG Group

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

Réponse à la question d'entretien

Utilisateur anonyme

28 oct. 2023

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