SQL queries

A repo with a collection of SQL queries.

DDL, DML SQL commands and some built-in SQL functions.

A practise with world database of the most relevant SQL queries.

Another practise with more SQL queries. Joins, subqueries, triggers, stored procedures, views and Windows functions.

SQL commands

  • Data Manipulate Language (DML)
  • Data Definition Language (DDL)
  • Data Control Language (DCL)
  • Transaction Control Language (TCL)

SQL

SQL JOINS

  • Inner join
  • Left join
  • Right join
  • Full join

SQL

AGGREGATE FUNCTIONS

  • AVG()
  • COUNT()
  • MIN()
  • MAX()
  • SUM()

SQL