what is the order of execution of where,having,group by in
select stement
Answer Posted / visala
where
group by
having
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How do you open a cluster administrator?
What are the parts of a function?
What are the difference between clustered and a non-clustered index?
How to join two tables in a single query in ms sql server?
What do you mean by a Composite primary key?
What are the mathematical functions supported by sql server 2005?
What is the downside of using udf?
What happens if date-only values are provided as date and time literals?
What is the maximum size of sql server database?
How can you tell if a database object is invalid?
What are the different sql server versions?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
What are different replication agents and what's their purpose? : sql server replication
What are joins in sql and what are the different types of joins?
How to divide query output into multiple groups with the group by clause in ms sql server?