0% found this document useful (0 votes)
38 views

SQL MindMap (1)

The document is a mind map outlining various SQL concepts and operations, including types of joins (INNER, LEFT OUTER, RIGHT OUTER, FULL OUTER), aggregate functions (SUM, COUNT, AVG), and data manipulation commands (SELECT, INSERT, UPDATE, DELETE). It also covers database structures such as tables, views, and columns, along with constraints like primary keys and foreign keys. Additionally, it highlights logical operators and grouping functions used in SQL queries.

Uploaded by

inesmartz1997
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

SQL MindMap (1)

The document is a mind map outlining various SQL concepts and operations, including types of joins (INNER, LEFT OUTER, RIGHT OUTER, FULL OUTER), aggregate functions (SUM, COUNT, AVG), and data manipulation commands (SELECT, INSERT, UPDATE, DELETE). It also covers database structures such as tables, views, and columns, along with constraints like primary keys and foreign keys. Additionally, it highlights logical operators and grouping functions used in SQL queries.

Uploaded by

inesmartz1997
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

‎SQL MINDMAP

‎INNER JOIN
‎Database
‎LEFT OUTER
‎JOINS ‎View ‎Table
‎RIGHT OUTER
‎View
‎FULL OUTER/UNION
‎Column

‎Unique
‎ As ‎Alias
‎ADD
‎Not Null

‎Primary Key
‎ORDER BY ASC
‎Constraint
‎ORDER BY ‎Foreign Key
‎ORDER BY DESC
‎Null
‎DDL
‎ALTER ‎TABLE
‎GROUP BY COLUMN ‎Data Definition Language ‎Default
‎GROUP BY
‎HAVING ‎Column
‎REMOVE
‎Constraint
‎GROUP BY
‎Data Type
‎MIN () ‎MODIFY/CREATE TABLE
‎Data Type length
‎MAX ()

‎SUM ()
‎Aggregate Functions ‎SQL ‎DROP
‎Table

‎Database
‎COUNT ()
‎TRUNCATE ‎Table
‎AVG ()

‎Column (s)
‎OVER() ‎SELECT
‎All Table (*)
‎OVER(Partition By) ‎ ML
D
‎INSERT ‎Data to Table
‎OVER(Partition by ORDER by) ‎ ata Manipulation Language
D
‎DELETE ‎Field
‎ROW_NUMBER() ‎WINDOW FUNCTION
‎UPDATE ‎Field
‎RANK()

‎DENSE RANK()

‎LAG()

‎LEAD()

‎<, >, <=, >=, =

‎AND, OR, NOT

‎BETWEEN, NOT BETWEEN ‎WHERE ‎Logical Ops


‎LIKE, NOT LIKE

‎IN

You might also like