Google News
logo
PostgreSQL - Interview Questions
What are the different types of operators used in PostgreSQL?
There are mainly four types of operators used in PostgreSQL :
 
* Arithmetic operators
* Comparison operators
* Logical operators
* Bitwise operators
Advertisement