Oracle
1Z0-062 · Question #351
1Z0-062 Question #351: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-062 to reveal the answer and full explanation for question #351. The question stem and answer options stay visible for context.
Moving Data
Question
Examine the command to perform a data pump export operation on a source database: $> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLE=emp_dept On the target database, you execute the data pump import command: $> impdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLE=emp_dept Which three statements are true? (Choose three.)
Options
- AThe expdp operation exports data that satisfies the condition of the defining query used to
- BThe impdp operation creates the view and dependent objects.
- CAll rows from the dependent objects, along with the metadata required to create the
- DObjects dependent on the EMP_DEPT view are exported.
- EThe impdp operation creates EMP_DEPT as table and populates it with the data from the
Unlock 1Z0-062 to see the answer
You've previewed enough free 1Z0-062 questions. Unlock 1Z0-062 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Oracle Data Pump#VIEWS_AS_TABLE#data export#data import