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

what is normalization? Explain different levels of normalization? : Sql server database administration

900


Explain the truncate command?

683


When is the use of update_statistics command?

743


How to bind a view to the schema of the underlying tables?

762


When would you use a before or after trigger?

669


List out some of the requirements to set up a sql server failover cluster?

757


explain different types of joins? : Sql server database administration

716


What is openxml in sql server?

880


but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration

721


What are the source of constraints?

674


Explain the benefits of user-defined functions?

741


What are the two modes of authentication in sql server?

694


Explain system views?

794


What is compound operators?

711


What is multilevel indexing?

700