What is the difference between a HAVING CLAUSE and a WHERE
CLAUSE?
Answer Posted / saisri
Where clause is used prior the grouping of data,
where as Having is used after grouping the result of the
data.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Can a database be shrunk to 0 bytes, if not, why?
what are the Prerequisites for Replication?
List out the difference between union and union all in sql server?
Is it safe to delete log files?
Do you know nested transaction?
What is normalization? Describe its different types.
What is an execution plan? How would you view the execution plan?
How to list all login names on the ms sql server?
What are the basic features of a trigger in ms sql server?
Explain transaction isolation levels in sql server?
What do you understand by hotfixes and patches in sql server?
How to integrate the ssrs reports in application?
Why should one not prefix user stored procedures with ‘sp_’?
Does index speed up select statements?
SQL Server Architecture ?