SQL Mindmap
Dive Deep into SQL
CREATE
, DROP
, TRUNCATE
, and ALTER
.SELECT
, INSERT
, UPDATE
, and DELETE
.GRANT
and REVOKE
.COMMIT
, ROLLBACK
, and SAVEPOINT
.AS
to rename columns or tables.GROUP BY
and sorting it with ORDER BY ASC/DESC
.INNER JOIN
, LEFT JOIN
, RIGHT JOIN
, and FULL JOIN
.AVG()
, SUM()
, COUNT()
, MIN()
, and MAX()
.OVER()
, ROW_NUMBER()
, RANK()
, and others for advanced queries.AND
, OR
, NOT
, BETWEEN
, and more.
No comments:
Post a Comment