Please enable JavaScript.
Coggle requires JavaScript to display documents.
SQL - Coggle Diagram
SQL
Schema
Data Types
Creating tables
Foreign key, Primary key
INDEXS
CONSTRAINTS
VIEWS
METADATA
CRUD
SELECT
DISTINCT
DELETE
UPDATE
INSERT
Query
FILTERING
WHERE
HAVING
BOOLEAN CONDITIONS
AND
OR
NULL
Organizing results
ORDER BY
GROUP BY
Aliases
SUBQUERIES
MULTIPLE TABLES
JOIN
OUTER
LEFT
RIGHT
INNER
SUB QUERIES
SETS
TRANSACTIONS