Which of the following is NOT a valid logical operator in SQLite?
a) AND
b) OR
c) NOT
d) XOR
Answer: d) XOR
Explanation: XOR is not a valid logical operator in SQLite. The valid logical operators are AND, OR, and NOT.