You ran this command on a source database: $> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLES=emp_dept On the target database, you run this command: $> impdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLES=emp_dept Which two statements are true? (Choose two.)
A. The expdp operation exports all rows for tables contained in the defining query of the EMP_DEPT view
B. The impdp operation creates separate tables for each table contained in the defining query of the EMP_DEPT view
C. The expdp operation exports all rows that are displayed when querying the EMP_DEPT view with no filter
D. The impdp operation creates EMP_DEPT as a table
E. The expdp operation exports the table definitions for tables that are queried in the EMP_DEPT view
F. The impdp operation creates EMP_DEPT as a view