What is the difference between a HAVING CLAUSE and a WHERE
CLAUSE?
Answer Posted / swati mandve
where clause is executed (for each row) first and
written before the group by statement..
having clause is strictly folllowed by groupby clause.to
filter the group.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to convert character strings into numeric values?
Explain the concept of recursive stored procedure.
When to use Inner join & when to use subquery?
What is tablix?
What do you understand by triggers?
Name some of the open source software that you can use in alternative to SSR?
why would you call update statistics? : Sql server database administration
How to restore performance issues and how to check?
How to disable a login name in ms sql server?
What stored by the master?
Explain how to integrate the ssrs reports in application?
List the ways in which dynamic sql can be executed?
What are the different types of lock modes in sql server 2000?
Why is the need for data conversion transformations?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?