Learn SQL
Home >> Learn SQL
Please leave a comment below if you like this post or found some error, it will help me to improve my content.
Learn SQL
The following SQL topics will help you to learn SQL in an easy way. This SQL Tutorial almost covers all the topics required for a basic understanding of SQL.
Basics
Basics
Basics Table Queries
- SQL Create Table
- SQL Drop Table
- SQL INSERT Query
- SQL SELECT QUERY
- SQL UPDATE QUERY
- SQL DELETE QUERY
- SQL ALTER TABLE
Clauses
- SQL Where Clause
- SQL TOP, LIMIT, AND ROWNUM CLAUSE
- SQL Having Clause
- SQL Like Clause
- SQL WITH CLAUSE
- SQL UNION CLAUSE
Operators
- SQL AND Operator
- SQL OR Operator
- SQL NOT Operator
- SQL Wildcard Operator
- SQL IN Operator
- SQL BETWEEN Operator
Functions
- SQL MIN() and MAX() Functions
- SQL COUNT() FUNCTION
- SQL AVG() FUNCTION
- SQL SUM() FUNCTION
- SQL CONCAT() FUNCTION
- SQL DISTINCT KEYWORD
- SQL GROUP BY
- SQL ORDER BY
Keys
Joins
- SQL JOINS
- SQL INNER JOIN
- SQL LEFT JOIN
- SQL RIGHT JOIN
- SQL FULL JOIN
- SQL SELF JOIN
- SQL CARTESIAN JOIN OR CROSS JOIN
Other Topics
Comments
Post a Comment