Skip to content

Understanding the SQL programming language #13

@sureL

Description

@sureL

SQL = Structured Query Language
RDBMS = Relational DataBase Management System (e.g. PostgreSQL, Oracle, MySQL, etc.)

  • SQL is the standard language for storing, manipulating and retrieving data in RDBMS.
  • SQL is the ANSI and ISO standard; each RDBMS implements it with slightly different interpretations (e.g. PSQL, TSQL, etc).

There are two distinct subtypes of SQL - Data Definition Language (DDL) and Data Manipulation Language (DML). Data Definition Language SQL is used to create databases and tables; Data Manipulation Language allows you to join and manipulate the data in your RDBMS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions