Informatics Practices

What is Mathematical function in SQL? Name any two.

SQL Queries

1 Like

Answer

In SQL, mathematical functions are built-in functions that perform mathematical operations on numeric data. POWER and SQRT are two examples of mathematical functions.

Answered By

3 Likes


Related Questions