what is the diff between a HAVING CLAUSE and a WHERE CLAUSE?

 Posted by Majith on 7/24/2008 | Category: Sql Server Interview questions | Views: 12775
Answer:

You can use Having Clause with the GROUP BY function in query and WHERE Clause is applied to each row before they are part of the GROUP BY function in a query.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response