programming-examples/sql/RetrieveFromTables/Write a query to display a string This is SQL Exercise, Practice and Solution.sql
2019-11-18 14:05:53 +01:00

2 lines
141 B
SQL

/*Write a query to display a string "This is SQL Exercise, Practice and Solution".*/
SELECT "This is SQL Exercise, Practice and Solution";