Explanation:
In SQL, the POWER(a, b) function computes the value of a raised to the power of b (a^b).
Which SQL function calculates ab?
MOD()
POWER()
RAISE()
ROUND()
POWER()
Explanation:
In SQL, the POWER(a, b) function computes the value of a raised to the power of b (a^b).