Multiple Choice
Which statement about triggers is correct?
A) In a trigger, the action that should cause the procedure to execute appears between BEGIN and END commands.
B) In SQL Server, you create triggers using T-SQL.
C) In a trigger, the actions the database should perform automatically appear in the AFTER clause.
D) In Oracle, you cannot create triggers.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: In SQL Server, you can obtain today's
Q16: Which command is used to call a
Q17: Variable names in PL/SQL must start with
Q18: Identify and explain the error handling strategy
Q19: In Oracle, SQL Server, and MySQL, you
Q21: If Mack wants to display the number
Q22: Discuss two reasons for creating a stored
Q23: When creating a stored procedure to retrieve
Q24: What function can you use to obtain
Q25: Which command do you use to write