im new to this SQL language, my questions are going to be simple basic stuff. How is the having clause used with group by?
Rahid Ahmed
Having clause is used generally as a conditional statement with group by clause.Like .....group by(sal) having sal>1000.