- Arithmetic operators
- Assignment operators
- Comparison operators
- Increment/Decrement operators
- Logical operators
- String operators
- Ternary operators
- Null coalescing operators
- Null coalescing assignment operator(PHP 7.4)
- Nullsafe operator (PHP 8)
- Databse
- Table
- SQL
- INSERT
- UPDATE
- DELETE
- SELECT
- Condition
- WHERE (=, >, <, <>, LIKE, IN, BETWEEN)
- Operator (AND, OR, NOT)
- NULL (IS NULL, IS NOT NULL)
- Soring (ASC, DESC)
- LIMIT
- Functions
- COUNT
- SUM
- AVG
- MIN
- MAX
- JOIN
- LEFT JOIN
- RIGHT JOIN
- INNERT JOIN
- UNION JOIN
- SELF JOIN
- Aliases
- EXISTS
- GROUP BY
- HAVING
- TODO