What is the significance of “having” clause in sql statement?
Answer Posted / Abhishek Patel
The HAVING clause in SQL is used to filter groups, similar to the WHERE clause but for grouped data. It appears after the GROUP BY clause and allows you to apply conditions to the groups produced by a query.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category