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 is auditing in sql server?
How to change server name in sql server?
Explain what is row_number function?
Is mysql the same as sql server?
Does table partitioning improve performance?
What is ms sql server index?
Explain database normalization?
What is save transaction and save point?
Show Practically Sql Server Views are updatable?
What's new in sql management studio for sql server? : sql server management studio
How to change the system date and time from SQL Plus Terminal ?
Explain what is cte (common table expression)?
What are orphan records?
What are the events recorded in a transaction log?
what is spatial nonclustered index