|
Related Questions |
View Answer |
|
Which of the following is not a feature of a cursor FOR loop?
|
View Answer
|
|
Which Oracle supplied package can you use to output values and messages from database triggers, stored procedures and functions within SQL*Plus?
|
View Answer
|
|
Which set of statements will successfully invoke this function within SQL*Plus?
|
View Answer
|
|
What is the maximum number of handlers processed before the PL/SQL block is exited when an exception occurs?
|
View Answer
|
|
What are the types of triggers?
|
View Answer
|
|
How can you generate debugging output from PL/SQL?
|
View Answer
|
|
How can you find within a PL/SQL block, if a cursor is open?
|
View Answer
|
|
What are SQLCODE and SQLERRM and why are they important for PL/SQL developers?
|
View Answer
|
|
In what order should a open/fetch/loop set of commands in a PL/SQL block be implemented if you use the NOTFOUND cursor variable in the exit when statement? Why?
|
View Answer
|
|
When is a declare statement needed ?
|
View Answer
|
|
Describe the use of PL/SQL tables
|
View Answer
|
|
What packages (if any) has Oracle provided for use by developers?
|
View Answer
|
|
What is a mutating table error and how can you get around it?
|
View Answer
|
|
Describe the difference between a procedure, function and anonymous pl/sql block.
|
View Answer
|
|
Describe the use of %ROWTYPE and %TYPE in PL/SQL
|
View Answer
|