Collection and sharing of, interview questions and answers asked in various interviews, faqs and articles.....
Database : What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
Having Clause is basically used only with the GROUP BY function in a query. WHERE Clause is applied to each row before they are part of the GROUP BY function in a query.
No comments:
Post a Comment