Write a SQL query to display a string “Hello World!”
Introduction Write a SQL query to display a string "Hello World!". I have used Microsoft SQL server 2008 R2 for the following demo. SELECT 'Hello World'; Result Write a SQL query to display a string "Hello World!"