Informatics Practices

What is Mathematical function in SQL? Name any two.

SQL Queries

2 Likes

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

2 Likes


Related Questions