x | y | x AND y | x OR y | NOT x |
True | True | True | True | False |
True | False | False | True | False |
False | True | False | True | True |
False | False | False | False | True |
23.1.Operators | ||||
23.1.1. | Operators | |||
23.1.2. | The basic arithmetic operators in action | |||
23.1.3. | Logical Operators in PL/SQL | |||
23.1.4. | Running Anonymous Blocks of Code | |||
23.1.5. | Arithmetic Operators | |||
23.1.6. | Exponentiation | |||
23.1.7. | The negation and identity operators in action. | |||
23.1.8. | Comparison Operators | |||
23.1.9. | The Relational Operators: =, <>, !=, ~=, <, >, <=, >= | |||
23.1.10. | Logical Operators | |||
23.1.11. | String Operators | |||
23.1.12. | Use of Comparison Operators with Strings |