DBMSSQL package used in different situations
Q. PL/SQL: The DBMS_SQL package should be used in which of the following situations?- Published on 24 Jun 15a. 13. There is an unknown number of input or output variables, such as the number of column values returned by a query, that are used in a dynamic SQL statement.
b. The dynamic code is too large to fit inside a 32K bytes VARCHAR2 variable.
c. Both A & B
d. None of the above
ANSWER: Both A & B
The DBMS_SQL package provides an interface to use dynamic SQL to parse any data manipulation language (DML) or data definition language (DDL) statement using PL/SQL