Skip to content

Instantly share code, notes, and snippets.

@nicolas-oliveira
Last active January 8, 2020 04:10
Show Gist options
  • Save nicolas-oliveira/124755a97bede8720dcdbdbe39e93e0a to your computer and use it in GitHub Desktop.
Save nicolas-oliveira/124755a97bede8720dcdbdbe39e93e0a to your computer and use it in GitHub Desktop.

MENU/SQL

voltar
Documentação

SQL Sintaxe

  • SELECT
    • FROM
    • WHERE
      • WHERE (OPERATORS)
      • AND
      • OR
      • NOT
    • ORDER BY
      • ORDER BY ASC
      • ORDER BY DESC
  • INSERT INTO
  • UPDATE
  • DELETE
  • CREATE DATABASE
  • CREATE TABLE
  • DROP TABLE
  • CREATE INDEX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment