The logical execution of a query in SQL server by Query processor is in the order of below clauses ,
- FROM Clause
- WHERE Clause
- GROUP BY Clause
- HAVING Clause
- SELECT Clause
- ORDER BY Clause
- TOP Clause
No comments:
Post a Comment