On This Page

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

Q1 | In case of entity integrity, the primary key may be
Q2 | The language used in application programs to request data from the DBMS is referred to as the
Q3 | Related fields in a database are grouped to form a
Q4 | The language which has recently become the defacto standard for interfacing application programs with relational database system is
Q5 | Transaction ends
Q6 | A Database Procedure is stored in the Database
Q7 | Dedicated server configuration is
Q8 | Which of the following does not affect the size of the SGA?
Q9 | What does a COMMIT statement do to a CURSOR?
Q10 | Which of the following is TRUE? (1) Host variables are declared anywhere in the program (2) Host variables are declared in the DECLARE section
Q11 | Which of the following is NOT VALID is PL/SQL?
Q12 | Which of the following is not correct about an Exception?
Q13 | Which of the following is not correct about User_DefinedExceptions ?
Q14 | A Stored Procedure is a
Q15 | Which of the following statement is false?
Q16 | Find the ODD one out of the following:
Q17 | Which of the following is a cursor operation?
Q18 | Which of the following is not an executable statement?
Q19 | Which of the following is the clause that makes a singleton SELECT different fromthe normal SELECT?
Q20 | How many attributes are associated with cursors?
Q21 | Which of the following attribute of implicit cursor always evaluates to false?
Q22 | Which of the following can be used to supplement declarative referential integrity, to enforce complex business rules or to audit changes to data?
Q23 | Which of the following can initiate a trigger?
Q24 | Which of the following SQL standard support triggers?
Q25 | Which of the following trigger is executed once for each row in a transaction?