Can Having clause be used without Group by clause?
Answer Posted / phani
we can use, but select columns and having columns should
use with aggregare functions
ex:
select max(empid), min(marks)
from employee
having max(empid_id)>100
| Is This Answer Correct ? | 72 Yes | 16 No |
Post New Answer View All Answers
What do you understand by sql server agent?
Explain ms sql server reporting services vs crystal reports?
What are the difference between data mart and data warehouse? : sql server analysis services, ssas
What is the difference between coalesce() & isnull()?
Relational calculus is what type of language?
Why Master database is required?
When to use null data driven subscription?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
What are the rendering extensions of ssrs?
What are different types of roles provided by ssrs?
What is the difference between migration and upgradation in sql server?
What is bulkcopy in sql?
Define magic tables in sql server?
How do I view a stored procedure in sql server?
Which language is supported by sql server?