|
<< Click to Display Table of Contents >>
WHERE |
The WHERE instruction is optional and must be used for filtering rows in the final result. It must contain an expression with a Boolean data type. If that expression is evaluated as true, the row is returned. If that expression is evaluated as false, the row is not returned.