Tell us what is the difference between Having and Where clause?

Submitted by: Muhammad
Where clause is used to fetch data from a database that specifies particular criteria whereas a Having clause is used along with ‘GROUP BY' to fetch data that meets particular criteria specified by the Aggregate functions. Where clause cannot be used with Aggregate functions, but the Having clause can.
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers