Computer Science, asked by wasimkhan786h8, 9 months ago

What is the difference between HAVING and WHERE clauses? Explain with the help of an example. ​

Answers

Answered by subhendumandal1014
1

Answer:

Mark brallint please

Explanation:

The main difference between WHERE and HAVING clause comes when used together with GROUP BY clause, In that case WHERE is used to filter rows before grouping and HAVING is used to exclude records after grouping. This is the most important difference and if you remember this, it will help you write better SQL queries.

Similar questions