what is the difference between group and having
give an example with query and sample output
Answer Posted / veeresh kethari
Where: 'WHERE' will filter the data before grouping
Having:'HAVING' will filter,after the grouping the data.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain optimistic and pessimistic concurrency?
What is a covering index?
How to write a query with a full outer join in ms sql server?
What is a group function explain with an example?
How to rebuild all indexes on a single table?
When is update_statistics command used?
What are the different type of replication in sql server?
What is @@rowcount in sql?
What is the difference between inner join and equi join?
How is sql server used?
Explain the difference between control flow and data flow?
What gets stored inside msdb database?
Explain filtered indexes?
How to resolve the orphan use problem? : sql server security
Explain about temporary stored procedure?