Skip to content

Instantly share code, notes, and snippets.

View arionalmond's full-sized avatar
:octocat:
I may be slow to respond.

Ari Almond arionalmond

:octocat:
I may be slow to respond.
  • Edenton Chowan Public Schools
  • Edenton, NC
View GitHub Profile
@janikvonrotz
janikvonrotz / SQL Cheat Sheet.md
Last active October 26, 2025 16:18
SQL Cheat Sheet#SQL#Markdown

SQL languages

DDL is short name of Data Definition Language, which deals with database schemas and descriptions, of how the data should reside in the database.

DML is short name of Data Manipulation Language which deals with data manipulation, and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE etc, and it is used to store, modify, retrieve, delete and update data in database.

DCL is short name of Data Control Language which includes commands such as GRANT, and mostly concerned with rights, permissions and other controls of the database system.

Datatypes

Text types