Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / PL SQL Operators
 

Operators

PL/SQL operators are either unary or binary. Binary operators act on two values. An example of binary operators is the addition operator, which adds two numbers together. Unary operators only operate on one value. The negation operator is unary. PL/SQL operators can be divided into the following categories: Arithmetic operators Comparison operators Logical operators String operators