You want to create a temporary table while executing a procedure in a form. Which statement is true?()
A、A.You cannot create a table form within Forms.
B、B.You must use the FORMS_DDL built-in to create the table.
C、C.You must use the DBMS_DYNAMIC_DDL package to create the table.
D、D.You can write the CREATE TABLE statement directly into the trigger.