DEVFYI - Developer Resource - FYI

How do you reference a Parameter?

ORACLE Interview Questions and Answers (Part 2)


(Continued from previous question...)

217. How do you reference a Parameter?

In Pl/Sql, You can reference and set the values of form parameters using bind variables syntax. Ex. PARAMETER name = '' or :block.item = PARAMETER Parameter name

(Continued on next question...)

Other Interview Questions