left order
2.All binary operators except for the assignment operators are evaluated in left-to-right order.
4.For maximum portability, result set columns within each row should be read in left-to-right order, and each column should be read only once.


