Advertisements
Advertisements
प्रश्न
Write a SQL query for the following:
To calculate the square of 15.
कोड लेखन
Advertisements
उत्तर
SELECT POWER (15,2);
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2024-2025 (March) Set 4
Write a SQL query for the following:
To calculate the square of 15.
SELECT POWER (15,2);