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
What is the difference between Clustered and Non-Clustered Index?
What is PROJECTION Operation?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
What is the need for group functions in sql?
How to loop through result set objects using mssql_fetch_array()?
What is executereader?
Explain transaction server consistency?
What is scan table/view and seek table/view when its occurs? : sql server database administration
Why would you use sql agent?
What is sql server profiler trace data file?
What is the purpose of sql profiler in sql server?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
explain the storage models of olap? : Sql server database administration
What are data files?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration