Query Operators
Operators include arithmetic operators (+, -, etc.), set operators (UNION, INTERSECT, etc.), subquery operators (ALL, ANY, etc.), and more.
Summary Table
| Category | Operators |
| Arithmetic Operators | +, -, *, /, % |
| Comparison Operators | =, !=, <>, <, <=, >, >= |
| Logical Operators | AND, NOT,OR |
| Set Operators | INTERSECT, MINUS, EXCEPT, UNION |
| Subquery Operators | [NOT] EXISTS, ANY / ALL, [NOT] IN |