Can Having clause be used without Group by clause?
Answer Posted / pradip jain
select max(empno) from dbo.Employee having count(EmpNo)=9
it has no meaning so it will show zero record
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
How to create a scrollable cursor with the scroll option?
What is a subquery in a select query statement in ms sql server?
How you can get a list of all the table constraints in a database?
Which language rdl files made of?
When would you use it?
Explain difference between control flow and data flow?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
What is stored in the mssqlsystemresource database? : sql server database administration
What is 4nf in normalization form?
Is it possible to have clustered index on separate drive from original table location?
Why do you need a sql server?
What is recompile sql server?
how can you check the level of fragmentation on a table? : Sql server administration
How do you know if sql server is running on your local system?
What is oltp (online transaction processing)?