What is the difference between having and where clause?
Answer Posted / kundan ravi
having clause alwaye use with aggregate functions and where
clause use for conditions but not with aggregate functions.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What stored procedure can you use to display the current processes?
What is a transact-sql statement?
what is a self join? : Sql server database administration
What are the filtered indexes?
What are drillthrough reports?
Name some of the open source software that you can use in alternative to SSR?
What is implicit cursors?
Which sql server table is used to hold the stored procedure script?
How to loop through returning rows?
What is difference between getdate and sysdatetime in sql server 2008?
SQL Server Architecture ?
How to send a ssrs report from ssis?
Can group by be used without aggregate functions?
What is the temp table?
What is the difference between index seek vs. Index scan?