What is the difference between a HAVING CLAUSE and a WHERE
CLAUSE?
Answer Posted / srinivas
HAVING CLAUSE is used for evaluating a condition with an
aggregate function, i.e., GROUP BY whereas WHERE CLAUSE is
used for general conditions.
| Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
Explain the purpose of indexes?
How to create an index on a view?
how to create a scrollable cursor with the scroll option? : Sql server database administration
what type of index will get created after executing the above statement? : Sql server database administration
How to disable a login name in ms sql server?
What do you mean by authentication modes in sql server?
What is the difference between row_number and dense_rank?
What is join and name different type of joins?
What is SQL Azure Fabric?
Explain indexing and what are the advantages of it?
Tell me what is the stuff and how does it differ from the replace function?
What is stored in the mssqlsystemresource database? : sql server database administration
How would we use distinct statement? What is its use?
Is sql server free?
What are the main differences between #temp tables and @table variables and which one is preferred?