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 Rdbms?
Explain datetime2 data type in sal server 2008?
What is user defined stored procedures?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
How to modify existing triggers using "alter trigger"?
Define clusters?
How can I check that whether automatic statistic update is enabled or not?
What is the benefit of normalization?
How do I debug a stored procedure in sql server?
Define right outer join?
Mention the command used to rename the database.
How to stop a loop early with break statements in ms sql server?
What is executereader?
What do you mean by SQL injection attack?
What is it unwise to create wide clustered index keys?