On This Page

This set of DataBase Management System (DBMS) Multiple Choice Questions & Answers (MCQs) focuses on Database Management System Set 53

Q1 | Which of the following is the default trigger that is created using the CREATETRIGGER command?
Q2 | Which of the following command is used to delete a trigger?
Q3 | What is the name of a trigger that initiates another trigger?
Q4 | Which of the following specifies a boolean expression that must be true for the triggerto fire?
Q5 | Which of the following trigger will be executed before modifying each row affected bythe triggering statement?
Q6 | Which of the following is not true in case of triggers?
Q7 | A database is divided into logical storage units called as
Q8 | A file used to govern the initialization of the instance is known as
Q9 | SGA stands for
Q10 | Under which two circumstances do you design database triggers? (Choose two)
Q11 | This statement fails when executed: CREATE OR REPLACE TRI GGER CALC_TEAM_AVG AFTER I NSERT ON PLAYER BEGIN INSERT INTO PLAYER_BATSTAT ( PLAYER_I D, SEASON_YEAR, AT_BATS, HI TS) VALUES ( : NEW. I D, 1 997, 0, 0) ; END; To which type must you convert the trigger to correct the error?
Q12 | The OLD and NEW qualifiers can be used in which type of trigger?
Q13 | Trigger are not supported in
Q14 | The CREATE TRIGGER statement is used to create the trigger. THE _____ clause specifies the table name on which the trigger is to be attached. The ______ specifies that this is an AFTERINSERT trigger.
Q15 | What are the after triggers ?
Q16 | The variables in the triggers are declared using
Q17 | Which of the following is NOT an Oracle-supported trigger?
Q18 | Which of the following is true concerning triggers?
Q19 | Which prefixes are available to Oracle triggers?
Q20 | Which type of entity represents a logical generalization whose actual occurrence isrepresented by a second, associated entity?
Q21 | Which of the following is the preferred way to recover a database after a transactionin progress terminates abnormally?
Q22 | Concurrency control is important for which of the following reasons?
Q23 | The transaction log includes which of the following?
Q24 | Which of the following is not true of SQL views?
Q25 | What is the type of Oracle backup in which all uncommitted changes have been removedfrom the datafiles?