ARA-C01 · Question #122
ARA-C01 Question #122: Real Exam Question with Answer & Explanation
Sign in or unlock ARA-C01 to reveal the answer and full explanation for question #122. The question stem and answer options stay visible for context.
Question
An Architect uses COPY INTO with the ON_ERROR=SKIP_FILE option to bulk load CSV files into a table called TABLEA, using its table stage. One file named file5.csv fails to load. The Architect fixes the file and re-loads it to the stage with the exact same file name it had previously. Which commands should the Architect use to load only file5.csv file from the stage? (Choose two.)
Options
- ACOPY INTO tablea FROM @%tablea RETURN_FAILED_ONLY = TRUE;
- BCOPY INTO tablea FROM @%tablea;
- CCOPY INTO tablea FROM @%tablea FILES = ('file5.csv');
- DCOPY INTO tablea FROM @%tablea FORCE = TRUE;
- ECOPY INTO tablea FROM @%tablea NEW_FILES_ONLY = TRUE;
- FCOPY INTO tablea FROM @%tablea MERGE = TRUE;
Unlock ARA-C01 to see the answer
You've previewed enough free ARA-C01 questions. Unlock ARA-C01 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.