2 lines
76 B
SQL
2 lines
76 B
SQL
/*Write a query to display sum of two numbers 10 and 15.*/
|
|
SELECT 10 + 15; |
/*Write a query to display sum of two numbers 10 and 15.*/
|
|
SELECT 10 + 15; |