Multiple Choice
All of the following represent restrictions on functions, except ____.
A) Functions cannot modify any tables in Oracle8 and prior versions.
B) Functions cannot be used in a CHECK constraint or as a default value of a table column.
C) If used in a local operation, no reading or writing of packaged variables is allowed.
D) If used in a SELECT, VALUES, or SET clause, the function can write values to packaged variables; otherwise, it is not allowed.
Correct Answer:

Verified
Correct Answer:
Verified
Q35: The term "actual parameters" refers to the
Q36: A(n) <u>procedure </u>cannot be invoked in a
Q37: The term "formal parameters" refers to the
Q38: A(n) _ is a request a programmer
Q39: Which of the following statements is incorrect?<br>A)
Q41: _ cannot be used in SQL statements.
Q42: The term "passed by reference" means that
Q43: The default behaviors of value passing can
Q44: The term <u>passed by reference</u> implies that
Q45: Functions used in SQL statements must meet