What is the difference between having and where clause?
Answer Posted / sd
Where clause operates on the selection before the rows are
actually grouped.
Hence , Try to add as many condition as possible in where
clause instead of having to boost the SQL query performance.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What happens when converting big values to integers?
Differentiate between sql temp table vs table variable?
Explain various On-Delete options in a DB table. Which is the default option?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
Do I need a report server to run reports in my application?
How to concatenate two binary strings together?
your distribution database is full what will u do
Tell me what is the difference between locking and multi-versioning?
Explain error handling in ssis?
When should you use an instead of trigger?
How you trouble shoot when any job fails
How can you set the threshold at which sql server will generate keysets asynchronously?
Please explain what is “asynchronous” communication in sql server service broker?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
How to provide values to user defined function parameters?