DB- Lab 2 - Lab Manual
DB- Lab 2 - Lab Manual
SQL
SQL ( Structured Query Language) is a database language designed for the creation, retrieval and management
of data in a relational databases like MySQL, MS Access, SQL Server, Oracle, Sybase, Informix, Postgres etc.
SQL was developed in the 1970s by IBM Computer Scientists.
The SQL keywords and commands are NOT case-sensitive. For clarity, they are shown in uppercase. The
names or identifiers (database names, table names, column names, etc.) are case-sensitive in some systems, but
not in other systems. Hence, it is best to treat identifiers as case-sensitive.