InterviewSolution
Saved Bookmarks
| 1. |
Which Datatype Is Not Allowed In The Definition Of Pl/sql Record? |
|
Answer» A COLLECTION type cannot be used for defining the DATATYPE of FIELDS; only SCALAR datatype can be used for a PL/SQL record. A collection type cannot be used for defining the datatype of fields; only scalar datatype can be used for a PL/SQL record. |
|