Please enable JavaScript.
Coggle requires JavaScript to display documents.
MySql - Coggle Diagram
MySql
Introduction
DDL , DCL ,DML , DQL
Basic Databtypes
CRUD operations
Integrity Constraints
PRIMARY KEY
Not NULL
DEFAULT
REFINING SELECTIONS
ORDER BY
LIMIT
DISTINCT
Functions
String Fucntions
CONCAT
SUBSTRING
REPLACE
REVERSE
CHAR_LENGTH
Aggregation Type Functions
SUM , MIN ,MAX , AVG , COUNT
GROUP BY
Aggregation function
SUM,MIN,MAX,AVG,COUNT
Group_concat
SUBQUERIES