Chapter 1, Overview of PL/SQL Programming Concepts
Question No. |
Answer |
Explanation |
---|---|---|
1 |
c |
Currently, SQL Developer doesn't provide backup and recovery features. However, it can be done using a regular database export from SQL Developer. |
2 |
a, c, and d |
A function can be called from a SQL expression only if it doesn't hinder the database state and purity level. |
3 |
a |
The |
4 |
c |
The local variables are local to the block only. They cannot be referred outside their native PL/SQL block. |
5 |
a, b, and d |
An exception variable cannot be simply declared and used with |
6 |
a and b |
A function must return a value using the Standalone subprograms (functions and procedures) cannot be overloaded. Only the subprograms declared in a package can be overloaded. Both procedures and functions can accept parameters in either of the two modes— pass by value and pass by reference. |
7 |
c |
For implicit cursors, the |