0 votes
in Sql by

 Which of the following SQL statements is used to drop a trigger from SQLite?

a) DROP TRIGGER

b) REMOVE TRIGGER

c) DELETE TRIGGER

d) None of the above

1 Answer

0 votes
by

Answer: a) DROP TRIGGER

Explanation: The DROP TRIGGER statement is used to drop a trigger from SQLite.

...