|
Related Questions |
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
|