PL SQL Interview Questions


Q.  In the Restrictions on Record Inserts and Updates, which of the following are not supported?

a. Nested record types
b. Functions that return a record
c. Record inserts and updates using the EXECUTE IMMEDIATE statement
d. All mentioned above


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  When implementing methods using PL/SQL, you cannot call a base or supertype object method with the super keyword or an equivalent method in a derived object.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  For a user-defined exception, SQLCODE returns 1, and SQLERRM returns ___________.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following is handled with the help of exception-handling section in an PL/SQL block. For eg, SELECT INTO statement, which does not return any rows.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  A package will have which of these mandatory parts?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which collection method Returns the index number that precedes index n in a collection?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Subprograms let you extend the PL/SQL language. Which subprogram acts like new expressions and operators?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In which parameter mode Formal parameter acts like an initialized variable?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which attribute returns NULL?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  With PL/SQL, it is very simple to issue a query, retrieve each row of the result into a %ROWTYPE record, and process each row in a loop.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You can use the BULK COLLECT INTO clause with the FETCH statement to store values from each column of a cursor in a separate collection.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  To process most dynamic SQL statements, you use the EXECUTE IMMEDIATE statement. To process a multi-row query (SELECT statement), which of these statements would you use?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You can use the RETURNING BULK COLLECT INTO clause with the EXECUTE IMMEDIATE statement to store the results of which statements in a set of collections?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following is a group of related data items stored in fields, each with its own name and datatype?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Nested tables are a good choice when
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Associative arrays also known as index-by tables.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which type of cursor is automatically declared by Oracle every time an SQL statement is executed?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  An Explicit cursor is defined by the program for any query that returns more than one row of data.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  To handle raised exceptions, you write separate routines called exception handlers.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the different datatypes that can be defined in a PL/SQL block?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  The BINARY_INTEGER and PLS_INTEGER datatypes are not identical.
Category: Computer Science MCQs,   Published by: teswesm