Sql Case Sensitive Example 5


Case Sensitive Example 5 - Here are two statements, which have been separated without using a semicolon ‘; ‘. A single statement can be run without a semicolon. But if there are two statements without separating with the semicolon, then it will give a syntax error.

Enter - Select * from table_name;
SQL Query
select * From REGIONS select * From REGIONS;
Output