CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 3: SnowPro Advanced Architect

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…

Nội dung câu hỏi

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.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. COPY INTO tablea FROM @%tablea RETURN_FAILED_ONLY = TRUE;
  2. B. COPY INTO tablea FROM @%tablea; — đáp án hiện tại
  3. C. COPY INTO tablea FROM @%tablea FILES = ('file5.csv'); — đáp án hiện tại
  4. D. COPY INTO tablea FROM @%tablea FORCE = TRUE;
  5. E. COPY INTO tablea FROM @%tablea NEW_FILES_ONLY = TRUE;
  6. F. COPY INTO tablea FROM @%tablea MERGE = TRUE;

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề