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 does using a separate hard drive for several database objects improves performance right away?
What are the options which must be set to allow the usage of optimistic models?
State the difference between union and union all?
What is a trace frag?
How to create a trigger for insert only?
What is the parse query button used for?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
What are entities and relationships?
Can sql servers link to other servers like oracle?
How to execute function in stored procedure sql server?
How to create view in stored procedure sql server?
Which are the new data types introduced in sql server 2008?
Is ssrs support other database except ms sql server?
What is the report builder?
What is delete query?