Which of the following SQL statements is used to drop a stored procedure from SQLite?
a) DROP PROCEDURE
b) REMOVE PROCEDURE
c) DELETE PROCEDURE
d) None of the above
Answer: a) DROP PROCEDURE
Explanation: The DROP PROCEDURE statement is used to drop a stored procedure from SQLite.