Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You have created the sample _ trig 1 trigger as follows: CREATE TRIGGER sample _ trig 1 AFTER CREATEON SCHEMA BEGIN INSERT INTO audit _
You have created the sampletrig trigger as follows:
CREATE TRIGGER sampletrig
AFTER CREATEON SCHEMA
BEGIN
INSERT INTO audittable userid objectname, owner, objecttype
VALUES USER SYSDICTIONARYOBJNAME, SYSDICTIONARYOBJOWNER,
SYSDICTIONARYOBJTYPE;
END;
Which two conditions will prompt this trigger to be fired? Choose two.
A
when a table is created in the database
B
when you create an index in the database
C
when you create a package in your schema
D
when a user creates a function in your schema
E
when you create a database link in the database
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started