InterviewSolution
Saved Bookmarks
| 1. |
Are The Pl/sql Specific Datatypes Supported By Dynamic Sql To Define Variables And Bind Arguments? |
|
Answer» No, PL/SQL datatypes are not supported by DYNAMIC SQL; only PL/SQL RECORD DATATYPE can be used in the INTO clause. No other PL/SQL datatype, such as BOOLEAN, can be used WITHIN dynamic SQL. No, PL/SQL datatypes are not supported by dynamic SQL; only PL/SQL RECORD datatype can be used in the INTO clause. No other PL/SQL datatype, such as BOOLEAN, can be used within dynamic SQL. |
|