Snowflake SnowPro Advanced: Data Engineer Certification Exam DEA-C01 Question # 15 Topic 2 Discussion

Snowflake SnowPro Advanced: Data Engineer Certification Exam DEA-C01 Question # 15 Topic 2 Discussion

DEA-C01 Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2

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?


A.

CREATE DATABASE DEV

CLONE PROD

FAIL_SAFE=FALSE;


B.

CREATE DATABASE DEV

CLONE PROD;


C.

CREATE TRANSIENT DATABASE DEV

CLONE RPOD


D.

CREATE DATABASE DEV

CLOSE PROD

DATA_RETENTION_TIME_IN_DAYS =0L


Get Premium DEA-C01 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.