Write Output of following command.
SELECT SQRT(POW(MOD(13,3),3));
Answers
Answered by
1
Explanation:
The POW() function returns the value of a number raised to the power of another number.
The POW() function returns the value of a number raised to the power of another number.Note: This function is equal to the POWER() function.
Similar questions