What is SQL?

Simple analogy:


Role of SQL in Databases

SQL is used to:

  1. Create new tables and databases.
  2. Read data from tables (search, filter, and sort).
  3. Update existing data.
  4. Delete unwanted data.

SQL and Relational Database Tools

SQL is mainly used with relational databases, which store data in tables with rows and columns.

Common tools that use SQL: