Computer Science, asked by hiteshBhojwani, 1 month ago

Write Output of following command.

SELECT SQRT(POW(MOD(13,3),3));​

Answers

Answered by muskanjangde861
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