InterviewSolution
Saved Bookmarks
| 1. |
Which Datatypes Can Be Used With A Record Type? |
|
Answer» The DATATYPE of a REORD Type can be a NUMBER, VRCHAR2, %TYPE, or %ROWTYPE; however, it cannot be a'REF CURSOR. The datatype of a REORD Type can be a NUMBER, VRCHAR2, %TYPE, or %ROWTYPE; however, it cannot be a'REF CURSOR. |
|