what is the difference between group and having
give an example with query and sample output
Answer Posted / pawan378
in addition to the above correct answers ..
Having Clause allows to add conditions using functions
Ex: COUNT(*) > 2
at on the same phrase of the query. this will be basically
to avoid sub queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a data source file?
why would you call update statistics? : Sql server database administration
What are subqueries in sql server? Explain its properties.
Explain what is log shipping?
Which database stores information about replication?
How to write a query with a left outer join in ms sql server?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What is a periodical index?
Do you know what is lock escalation?
What is Dependency Injection and provide example?
What are sql server procedures?
What are binary string data types in ms sql server?
What is the syntax to execute the sys.dm_db_missing_index_details?
Write query to return all rows sql?
How to rebuild indexes with alter index ... Rebuild?