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 normalization? Explain different levels of normalization? : Sql server database administration
Explain the truncate command?
When is the use of update_statistics command?
How to bind a view to the schema of the underlying tables?
When would you use a before or after trigger?
List out some of the requirements to set up a sql server failover cluster?
explain different types of joins? : Sql server database administration
What is openxml in sql server?
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
What are the source of constraints?
Explain the benefits of user-defined functions?
What are the two modes of authentication in sql server?
Explain system views?
What is compound operators?
What is multilevel indexing?