What is the difference between having and where clause?
Answer Posted / vinay singh
We can't use Where clause with aggregate function and Having
clause always use with aggregate function.
**Vinay Singh
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is a partition function in sql server?
How to add more data to the testing table in ms sql server?
How do I manually uninstall an instance of sql server 2016?
What is the difference between a function and a trigger?
What are constraints in microsoft sql server?
What is acid db?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
What are acid properties of transaction?
Explain few examples of RDBMS?
What is the difference between function and stored procedure in sql server?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
How to drop an existing table?
What guidelines should be followed to help minimize deadlocks?
Explain why variables called the most powerful component of ssis?