1) | A dynamic SQL string may contain_____ SQL statements only _____ PL/SQL blocks only _____ SQL statements and PL/SQL blocks |
2) | An INTO option of the EXECUTE IMMEDIATE statement is used for_____ single-row queries _____ multi-row queries |
3) | In a dynamic SQL statement, a table name can be specified via a bind argument._____ TRUE _____ FALSE |
4) | A dynamic SQL statement may be terminated by the semicolon (;)_____ TRUE _____ FALSE |
5) | A dynamic PL/SQL block may be terminated by the forward slash (/)_____ TRUE _____ FALSE |