2 lines
141 B
MySQL
2 lines
141 B
MySQL
|
/*Write a query to display a string "This is SQL Exercise, Practice and Solution".*/
|
||
|
SELECT "This is SQL Exercise, Practice and Solution";
|