0 votes
in Sql by

Which of the following is NOT a valid logical operator in SQLite?

a) AND

b) OR

c) NOT

d) XOR

1 Answer

0 votes
by

Answer: d) XOR

Explanation: XOR is not a valid logical operator in SQLite. The valid logical operators are AND, OR, and NOT.

...