Useful StuffLast updated: 2021-03-04
Here some useful stuff for SQL
1.1 Where
1.2 Is Null
1.3 Select Top
1.4 In Operator
1.5 Between Operator
1.6 Join
1.7 Having
1.7 All Operator
The ALL operator:
- returns a boolean value as a result.
- returns TRUE if ALL of the subquery values meet the condition.
- is used with
<SELECT>
,<WHERE>
and<HAVING>
statements.