0 votes
in Sql by

Which of the following SQL statements is used to create a trigger in SQLite?

a) CREATE TRIGGER

b) MAKE TRIGGER

c) ADD TRIGGER

d) None of the above

1 Answer

0 votes
by

Answer: a) CREATE TRIGGER

Explanation: The CREATE TRIGGER statement is used to create a trigger in SQLite.

...