Report Bug
Qus : Which SQL function is used to return the square root of a numeric value?
Qusकिसी संख्यात्मक मान का वर्गमूल लौटाने के लिए किस SQL ​​फ़ंक्शन का उपयोग किया जाता है?

A. SQR()
B. SQRT()
C. ROOT()
D. POWER()


Solution
B. SQRT()






Report Bug