What is the difference between HAVING clause and the WHERE
clause?
Answer Posted / vivek kumar
where clause is used for conditional retriving but having
clause is used to test some condition on the group with the
help of aggregate function.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I find query history in sql server?
How to write a query with a left outer join in ms sql server?
What is an identity?
What is the command used to check locks in microsoft sql server?
What is the command used to recompile the stored procedure at run time?
Mention a few common trace flags used with sql server?
Can the “if update (colname)” statement be used in a delete trigger?
What is difference between sql and sql server?
What do you understand by physical_only option in dbcc checkdb?
What are the purposes and advantages stored procedure?
What is the partitioning method?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What are types of subqueries?
Tell me about pre-defined functions of sql?
What is difference between count (*) and count column?