2 lines
80 B
SQL
2 lines
80 B
SQL
/*Write a query to display three numbers in three columns.*/
|
|
SELECT 5, 10, 15; |
/*Write a query to display three numbers in three columns.*/
|
|
SELECT 5, 10, 15; |