Where
The where clause is used to specify a predicate. It is used along with the select and from clauses.
It corresponds to the selection predicate operation () of relational algebra.
Logical connectives like and, or, not can be used.
Last updated
The where clause is used to specify a predicate. It is used along with the select and from clauses.
It corresponds to the selection predicate operation () of relational algebra.
Logical connectives like and, or, not can be used.
Last updated