SQL Syntax
SQL keywords are not case-sensitive which means SELECT is the same as select. Database and Table names may be case-sensitive, that depends on the operating system. This means database and table names are case-sensitive on Linux/Unix operating systems and case-insensitive on Windows operating systems. Comments in SQL Comments are ingored by database engine. We write …