I read this article: Logical Processing Order of the SELECT statement
in end of article has been write ON and JOIN clause consider before WHERE.
Consider we
There is no defined order. The SQL engine determines what order to perform the operations based on the execution strategy chosen by its optimizer.