What is the difference between a HAVING CLAUSE and a WHERE
CLAUSE?

Answers were Sorted based on User's Feedback



What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?..

Answer / aravind

where is used when no group by functions are used whereas
having is used when group functions are used

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More SQL Server Interview Questions

in my server i have 3 instances,one of them got failed, and this cause we r not able to connect to server, how to know which instance was dameged?

1 Answers   IBM,


How do triggers work?

1 Answers  


Can sql servers linked to other servers like oracle?

1 Answers  


What are the types of sql server?

1 Answers  


Create Index myIndex On myTable(myColumn) What type of Index will get created after executing the above statement

3 Answers  


Which command executes the contents of a specified file?

2 Answers   ABC, InfoMedia,


WHAT IS THE DIFFERENCE BETWEEN CANDIDATE KEY ,COMPOSITE KEY AND PRIMARY KEY. THAN U.

1 Answers   Synergy,


How to store and query spatial data?

1 Answers  


What is difference between cte and view?

1 Answers  


What are the lambda triggers?

1 Answers  


Do you know what is sql service broker?

1 Answers  


why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration

1 Answers  


Categories