Arithmetic Operators

I am going to start a series of very short articles or tidbits on Transaction SQL Operators. An operator is a symbol specifying an action that is performed on one or more expressions. I will exploring the Arithmetic Operators today. The very first practical use of modern day computers was to solve mathematical problems. The ENIAC computer in 1946 was used by the United States Army to create artillery firing tables. TSQL supports the following five basic operations: addition, subtraction, multiplication, division and modulus. Most people know the first four…