Category: Introduction to SQL

  • Introduction to SQL

    What is SQL? SQL stands for Structured Query Language. SQL is a special purpose programming language, which is used for managing data of the databases / Relational Database Management System (RDBMS). SQL is a standard for all SQL type databases like MySQL, SQL Server, DB2, Oracle, etc. SQL is not a case sensitive programming language…