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);