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

Câu 5: SnowPro Advanced Data Engineer

A Data Engineer wants to create a new development database (DEV) as a clone of the permanent production database (PROD). There is a requirement to disable Fail-safe for all tables. Which command will meet these requirements?

Nội dung câu hỏi

A Data Engineer wants to create a new development database (DEV) as a clone of the permanent production database (PROD). There is a requirement to disable Fail-safe for all tables. Which command will meet these requirements?

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. CREATE DATABASE DEV -CLONE PROD -FAIL_SAFE = FALSE;
  2. B. CREATE DATABASE DEV -CLONE PROD;
  3. C. CREATE TRANSIENT DATABASE DEV -CLONE PROD; — đáp án hiện tại
  4. D. CREATE DATABASE DEV -CLONE PROD -DATA_RETENTION_TIME_IN DAYS = 0;

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ề