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 is Replication?
What is acid mean in sql server?
Do you know what is lock escalation?
What is sql server database?
Explain the usage of floor function in sql server.
Define union, union all, minus, intersect?
How do I connect to sql server database?
What triggers long term care?
How to transfer a table from one schema to another?
Can we join two tables without primary key?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What are the advantages of mirroring?
Explain about Joins?
How to reaname table name without using sp_Rename in sql server..?
What is coalesce in sql server?