Similar Collections


    No collections found

questions

Title
Whenever a specified event occurs, the ____ is automatically triggered by the Oracle engine

Whenever a specified event occurs, the ____ is automatically triggered by the Oracle engine.


  1. Cursor
  2. Trigger
  3. Exception
  4. View
discuss
Which of the following is TRUE about PL/SQL Trigger?

Which of the following is TRUE about PL/SQL Trigger?


  1. When certain conditions are met, a trigger stored in a database is triggered.
  2. A trigger is an application that executes or fires automatically when a certain event occurs.
  3. Both A. and B.
  4. None of the above
discuss
In which event(s) trigger is executed?

In which event(s) trigger is executed?


  1. DDL
  2. DML
  3. Database Operation
  4. All of the above
discuss
Which of the following is database operation?

Which of the following is database operation?


  1. SERVERERROR
  2. STARTUP
  3. SHUTDOWN
  4. All of the above
discuss
Which of the following is not an advantage of trigger?

Which of the following is not an advantage of trigger?


  1. Various column values are automatically generated by triggers
  2. Maintains the integrity of referential
  3. Tables are replicated asynchronously
  4. Validating transactions and preventing them from being invalid
discuss
What does INSERT or UPDATE or DELETE clauses do in Trigger syntax?

What does INSERT or UPDATE or DELETE clauses do in Trigger syntax?


  1. DML Operation is performed
  2. DDL Operation is performed
  3. DCL Operation is performed
  4. TCL Operation is performed
discuss
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?


  1. BEFORE
  2. AFTER
  3. INSTEAD OF
  4. All of the above
discuss
Which clause is used to create trigger on a view?

Which clause is used to create trigger on a view?


  1. BEFORE
  2. AFTER
  3. INSTEAD OF
  4. None of the above
discuss
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?


  1. 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.
  2. ON table_name specifies the column name that is needed to be updated whereas OF column_name specified the table name that is associated with the trigger.
  3. OF table_name specifies the column name that is needed to be updated whereas ON column_name specified the table name that is associated with the trigger.
  4. ON column_name specifies the column name that is needed to be updated whereas OF table_name specified the table name that is associated with the trigger.
discuss
What does FOR EACH ROW clause do in Trigger syntax?

What does FOR EACH ROW clause do in Trigger syntax?


  1. A row-level trigger is specified, meaning that each row is affected by this trigger
  2. When the SQL statement is run, the trigger will be executed just once, which is what is called a table-level trigger
  3. Both A. and B.
  4. None of the above
discuss
WHEN condition is valid for which triggers?

WHEN condition is valid for which triggers?


  1. Table Level Triggers
  2. Row Level Triggers
  3. Column Level Triggers
  4. Database Level Triggers
discuss
Which of the following statement is TRUE?

Which of the following statement is TRUE?


  1. Table-level triggers do not have access to OLD and NEW references. Record-level triggers use OLD and NEW references.
  2. Record-level triggers do not have access to OLD and NEW references. Table-level triggers use OLD and NEW references.
  3. Table-level triggers have access to OLD and NEW references.
  4. Record-level triggers do not use OLD and NEW references.
discuss
Which keyword is used to query the table in the same trigger?

Which keyword is used to query the table in the same trigger?


  1. BEFORE
  2. AFTER
  3. SAME
  4. EXACT
discuss
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?


  1. This clause is used to refer the old values for different DML statements.
  2. This clause is used to refer the new values for different DML statements.
  3. Both A. and B.
  4. None of the above
discuss
Which of the following is an advantage of trigger?

Which of the following is an advantage of trigger?


  1. Imposing authorizations for security
  2. Keeping track of table access events and logging them
  3. Auditing
  4. All of the above
discuss
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?


  1. DECLARE
  2. TRIGGER
  3. CURSOR
  4. INSTEAD OF
discuss
Tables, views, schemas, or databases can be defined as ________ for events

Tables, views, schemas, or databases can be defined as ________ for events.


  1. Procedure
  2. Views
  3. Triggers
  4. Cursors
discuss
total MCQs: 17

MCQs

17

Views

114

Best Answers

299

Points

5