• I have to agree, there is no real difference with the calculations except in the interpretation by the system. Int divide by Int = Int which causes incorrect values. Simpler would be to change one of the Int's or even remove one altogether.

    What is wrong with using Salary * 1.15? After all Salary is a float.

    Remember the key to performance is simplicity. Every level of complexity will exponentially affect your query performance.