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';
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';