Title | |
---|---|
Whenever a specified event occurs, the ____ is automatically triggered by the Oracle engineWhenever a specified event occurs, the ____ is automatically triggered by the Oracle engine.
The answer is:
B. Trigger
|
|
Which of the following is TRUE about PL/SQL Trigger?Which of the following is TRUE about PL/SQL Trigger?
The answer is:
D. None of the above
|
|
In which event(s) trigger is executed?In which event(s) trigger is executed?
The answer is:
D. All of the above
|
|
Which of the following is database operation?Which of the following is database operation?
The answer is:
D. All of the above
|
|
Which of the following is not an advantage of trigger?Which of the following is not an advantage of trigger?
The answer is:
C. Tables are replicated asynchronously
|
|
What does INSERT or UPDATE or DELETE clauses do in Trigger syntax?What does INSERT or UPDATE or DELETE clauses do in Trigger syntax?
The answer is:
A. DML Operation is performed
|
|
Which clause(s) is/are used to specify when the trigger will get executed?Which clause(s) is/are used to specify when the trigger will get executed?
The answer is:
D. All of the above
|
|
Which clause is used to create trigger on a view?Which clause is used to create trigger on a view?
The answer is:
C. INSTEAD OF
|
|
What is the difference between OF column_name and ON table_name in trigger syntax?What is the difference between OF column_name and ON table_name in trigger syntax?
The answer is:
A. OF column_name specifies the column name that is needed to be updated whereas ON table_name specified the table name that is associated with the trigger.
|
|
What does FOR EACH ROW clause do in Trigger syntax?What does FOR EACH ROW clause do in Trigger syntax?
The answer is:
C. Both A. and B.
|
|
WHEN condition is valid for which triggers?WHEN condition is valid for which triggers?
The answer is:
B. Row Level Triggers
|
|
Which of the following statement is TRUE?Which of the following statement is TRUE?
The answer is:
A. Table-level triggers do not have access to OLD and NEW references. Record-level triggers use OLD and NEW references.
|
|
Which keyword is used to query the table in the same trigger?Which keyword is used to query the table in the same trigger?
The answer is:
B. AFTER
|
|
What does REFERENCING OLD AS o NEW AS n clause do in trigger?What does REFERENCING OLD AS o NEW AS n clause do in trigger?
The answer is:
C. Both A. and B.
|
|
Which of the following is an advantage of trigger?Which of the following is an advantage of trigger?
The answer is:
D. All of the above
|
|
Which of the following clause is not present in the syntax of trigger?Which of the following clause is not present in the syntax of trigger?
The answer is:
C. CURSOR
|
|
Tables, views, schemas, or databases can be defined as ________ for eventsTables, views, schemas, or databases can be defined as ________ for events.
The answer is:
C. Triggers
|
MCQs
Views
Best Answers
Points