AshwaDip Tutorials

  1. Oracle
  2. Fundamentals of DB
  3. SQL
  4. SQL LANGUAGES
  5. CONSTRAINTS
  6. OPERATORS
  7. JOINS
  8. SUB - QUERIES
  9. DB OBJECTS
  10. PARTITIONS
  11. FUNCTIONS
  12. PL/SQL
  13. PLSQL Interview

5. OPERATORS

•Unary and Binary Operators
•Arithmetic Operators
•Logical Operators
•Relational Operators
•Comparison Operators
•Set Operators
•Relation Negation Operators
•Concatenation Operator
•Hierarchical Query Operators
•Multiset Operators
•User-Defined Operators
•Some other Built-In Operators

Unary : Where is one operator and one operand. Ex. a++, b--
Binary : Where is one operator and two operands. Ex a+b, a-b

Arithmetic : * , / , + , –
Logical : AND, OR, NOT
Relational / Comparison / Concatenation : <,>,<=,>=,!=,,^=,<>,||, BETWEEN, IN,NOT IN, IS NULL, IS NOT NULL,ANY/ SOME,ALL,EXISTS, NOT EXISTS
Set : Union, Union All, Intersect and intersect all, Minus