Category: 05. Oracle Operators
-
Comparison Operators
Purpose: Used to compare two values, returning a boolean result (TRUE, FALSE, or NULL).Operators: Example: Explanation: This retrieves employees whose salary is 50,000 or more.
-
Arithmetic Operators
Purpose: Used to perform mathematical calculations on numeric values.Operators: Example: Explanation: This calculates a 10% bonus on the salary for each employee.