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.
- A. CREATE DATABASE DEV -CLONE PROD -FAIL_SAFE = FALSE;
- B. CREATE DATABASE DEV -CLONE PROD;
- C. CREATE TRANSIENT DATABASE DEV -CLONE PROD; — đáp án hiện tại
- 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.