Skip to content

Instantly share code, notes, and snippets.

View ashwaniYDV's full-sized avatar
:octocat:
अगर हारने से डर लगता है, तो जीतने की इच्छा कभी मत रखना

Ashwani Yadav ashwaniYDV

:octocat:
अगर हारने से डर लगता है, तो जीतने की इच्छा कभी मत रखना
View GitHub Profile

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

Quick SQL Cheatsheet

A quick reminder of all relevant SQL queries and examples on how to use them.

This repository is constantly being updated and added to by the community. Pull requests are welcome. Enjoy!

Table of Contents

  1. Finding Data Queries.
  2. Data Modification Queries.
@ashwaniYDV
ashwaniYDV / GSoC_2020_Work_Report.md
Last active August 17, 2023 05:08
GSoC 2020 WORK SUBMISSION REPORT

Project: "Omnichannel: Add screen sharing feature in the Livechat widget"