1.

What are the operators in SQLite?

Answer»

There are four operators in SQLITE:-

  • Arithmetic operators(+,-,*,/,%)
  • Comparison operators(==,=,!=,&LT;>,<,>,>=,<=,!<,!>
  • 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.



Discussion

No Comment Found