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
Explain how many normalization forms?
How to generate create view script on an existing view?
How to create a local temporary stored procedure?
what is the difference between a primary key and a unique key? : Sql server database administration
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
What will be query used to get the list of triggers in a database?
How to write a query with a right outer join in ms sql server?
Explain about unique identifier data type in sql server?
Define Joins?
What are acid properties of transaction?
How to configure odbc dsn with different port numbers?
What is an indexed view?
what are the core components of SSRS?
What stored by the master? : sql server database administration
can any body tell me how to know the password of current user in sql server