0 votes
in Sql by

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

1 Answer

0 votes
by

Answer: a) DROP PROCEDURE

Explanation: The DROP PROCEDURE statement is used to drop a stored procedure from SQLite.

...