What is the order in which the SQL query is executed? list
them in order.
Answer Posted / selvam
FROM
ON
JOIN
WHERE
GROUP BY
HAVING
SELECT
DISTINCT
ORDER BY
TOP
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I create a new template for import ? : sql server management studio
How to create a view using data from another view?
Does sql server 2016 have ssms?
Explain primary key, foreign key and unique key?
Is sql server a database?
What are the restrictions that views have to follow? : SQL Server Architecture
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
Which is faster statement or preparedstatement?
where the connection string store in the database
Explain what are sparse columns?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
what happens on checkpoint? : Sql server database administration
Explain isolation levels that sql server supports?
What is read uncmmited?
What is temporal data type?