What is the order of execution for this SQL statement

Check out the documentation for the SELECT statement, in particular this section: Logical Processing Order of the SELECT statement The following steps show the logical processing order, or binding order, for a SELECT statement. This order determines when the objects defined in one step are made available to the clauses in subsequent steps. For example, … Read more