Database Guide
A logical expression is mathematical condition that
evaluates to true, false, or unknown.
The following are example logical expressions:
- EMPLOYEE.NUMBER = WAGES.EMPNUMBER
- MIN(EMPLOYEE.AGE) > 40
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]