Which of the following commands is used to drop a view in SQLite?
a) DROP VIEW
b) REMOVE VIEW
c) DELETE VIEW
d) DESTROY VIEW
Answer: a) DROP VIEW
Explanation: The DROP VIEW statement is used to drop a view in SQLite. The syntax is as follows: DROP VIEW view_name;