A.You cannot create a table form within Forms. 
	B.You must use the FORMS_DDL built-in to create the table. 
	C.You must use the DBMS_DYNAMIC_DDL package to create the table. 
	D.You can write the CREATE TABLE statement directly into the trigger.