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
Answer: a) CREATE TRIGGER
Explanation: The CREATE TRIGGER statement is used to create a trigger in SQLite.