What is the order in which the SQL query is executed? list
them in order.

Answer Posted / suraj

Though it's not so clear on what type of SQL query.
If we want to see in what order does the SELECT query
executes; it'l like this.

SELECT .........
FROM ..........
WHERE ..........
GROUP BY ...........
HAVING ............

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain different types of locks in sql server?

527


explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration

471


hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.

1560


What is the difference between stored procedure and functions?

603


What are null values in ms sql server?

558






What is exporting and importing utility?

610


What command do we use to rename a database?

618


Where in ms sql server is ’100’ equal to ‘0’?

600


Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.

592


What is database isolation in sql server? : sql server database administration

569


Explain what are the database objects? : SQL Server Architecture

572


How to execute multiple stored procedures at one time in sql server?

507


How do I run sql server 2014?

510


Tell me about builtinadministrator?

562


How you can get a list of all the table constraints in a database?

518