PL SQL Interview Questions


Q.  Which type of cursor is automatically declared by Oracle every time an SQL statement is executed?

a. An Implicit
b. An Explicit
c. Both A & B
d. None of the above


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  PL/SQL has two types of subprograms, procedures and functions. Which subprogram is used to compute a value?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which is a procedural extension of Oracle- SQL that offers language constructs similar to those in imperative programming languages?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In which subprogram a RETURN statement does not return a value and so cannot contain an expression?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following combines the data manipulating power of SQL with the data processing power of Procedural languages?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  The constructs of a procedure, function or a package are ________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Any subprogram not in the package specification but coded in the package body is called a ___________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following are the advantages of PL/SQL Packages?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In internal exception oracle raises the exception for you implicitly. You still need to declare the exception and handle it, but you don’t need to raise it.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which PL/SQL warning categories gives Messages for conditions that do not have an effect on performance or correctness, but that you might want to change to make the code more maintainable, such as unreachable code that can never be executed?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  ________ does not correlate with an oracle error, instead, user_define exceptions usually enforce business rules in situations in which an oracle error would not necessarily occur
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which keyword and parameter used for declaring an explicit cursor?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  For which of the following can pragma be applied?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following declares an instance of an object type?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which is a schema object that groups logically related PL/SQL types, items, and subprograms?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following is used to declare a record?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following has a return type in its specification and must return a value specified in that type?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  PL/SQL is completely portable, high-performance transaction processing language that offers which of the following advantages -
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  From the following PL/SQL Delimiters which symbol is exponentiation operator.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In CASE Expressions, which expression selects a result from one or more alternatives, and returns the result?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following is an explicit numeric, character, string, or BOOLEAN value not represented by an identifier?
Category: Computer Science MCQs,   Published by: teswesm