Multiple Choice
CREATE OR REPLACE TRIGGER logon_trg
AFTER logon ON SCHEMA
BEGIN
INSERT INTO bb_audit_logon
VALUES (USER, SYSDATE) ;
END;
In the code fragment above, which of the ____ statement represents the system event.
A) logon
B) INSERT
C) SYSDATE
D) AFTER
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: How can triggers be applied to accomplish
Q5: To rebuild a database from a script,
Q6: The trigger body is a PL/SQL block
Q7: What is the difference between a mutating
Q8: <u>LONG RAW</u> variables cannot be declared in
Q10: The default timing of a trigger is
Q11: Which of the following indicates that the
Q12: A database trigger is tied to a
Q13: A(n) _ trigger fires whenever the event
Q14: The default timing of a trigger is