SnowflakeSnowflake
DEA-C02 · Question #84
DEA-C02 Question #84: Real Exam Question with Answer & Explanation
Sign in or unlock DEA-C02 to reveal the answer and full explanation for question #84. The question stem and answer options stay visible for context.
Data Movement
Question
A Data Engineer is cloning a production database for use as a development environment using these commands: USE ROLE CLONE_ADMIN; CREATE DATABASE DB_DEV CLONE DE_PROD AT (OFFSET => -1800); What must the Engineer do to ensure the cloned environment is ready to use?
Options
- ARun this command on all pipes in the DB_DEV to resume loading from them:
- BRun this command on all external stages in the to point them to development files:
- CRun this command on all tables in the DB_DEV to revoke permissions from all production roles:
- DRun this command on all tables with sequences in the DB_DEV to reattach the sequences to the
Unlock DEA-C02 to see the answer
You've previewed enough free DEA-C02 questions. Unlock DEA-C02 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.
Topics
#Cloning#Snowpipe#Data Ingestion#Environment Setup