There are four operators in SQLite:-

  • Arithmetic operators(+,-,*,/,%)
  • Comparison operators(==,=,!=,<>,<,>,>=,<=,!<,!>
  • Logical operators(AND, BETWEEN, EXISTS, IN, NOT IN, LIKE, GLOB, NOT, OR, IS NULL, IS, IS NOT, ||, UNIQUE)
  • Bitwise operators(&, I,~,<<,>>)

Point to be noted: Make sure that you go through this Q&A twice as this is the favorite SQLite Questions and Answers for fresher and experienced as well.

BY Best Interview Question ON 09 Feb 2019