what is Difference between Having and Where clause?
Answer Posted / nrapendra
where clause filter the data before gruop by clause and
having clause clause filter the data after group by clause
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Is join same as left join?
Which is better join or subquery?
what is index? : Sql dba
What is range partitioning?
What are actual parameters and formal parameters?
What is a constraint? Tell me about its various levels.
What are the methods of filing?
Can we group by two columns in sql?
What is compiled query?
What is use of package in pl sql?
what are dynamic queries in t-sql? : Transact sql
Can procedure in package be overloaded?
Does sql require a server?
What are all the different normalization?
What can I use instead of union in sql?