SQL Tutorial

SQL Mathematical Functions

SQL ABS Function

SQL ABS function returns the absolute value of an numeric input argument.

SQL CEIL (or CEILING) and FLOOR Functions

SQL CEIL (or CEILING) and FLOOR functions are using to round the numbers.

SQL POWER Function

SQL POWER function returns the raised to the power of .

SQL RAND Function

SQL RAND function is used to generate some random numbers at run time.

SQL ROUND Function

SQL ROUND function use to rounds a number to a specific length or precision.

SQL SQRT Function

SQL SQRT function extracts the square root from the positive numeric input argument.

SQL PI Function

SQL PI function returns a constant value of pi.

SQL EXP Function

SQL EXP Function returns e raised to the n-th power (where e is the base of the natural logarithm and is equal to approximately 2.718281828459)

SQL LOG Function

SQL LOG function allows us to operate mathematical logarithmic calculation.

SQL Trigonometric Functions

SQL trigonometric functions allow you to operate trigonometric calculations like sine, cosine, tangent...