SnowflakeSnowflake
COF-C02 · Question #369
COF-C02 Question #369: Real Exam Question with Answer & Explanation
Sign in or unlock COF-C02 to reveal the answer and full explanation for question #369. The question stem and answer options stay visible for context.
Data Governance
Question
A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database. Which CREATE object statement will automatically assign the TABLE_A tag to a target object?
Options
- ACREATE TABLE <table_name> LIKE TABLE_A;
- BCREATE VIEW <view_name> AS SELECT * FROM TABLE_A;
- CCREATE TABLE <table_name> AS SELECT * FROM TABLE_A;
- DCREATE MATERIALIZED VIEW <view name> AS SELECT * FROM TABLE A;
Unlock COF-C02 to see the answer
You've previewed enough free COF-C02 questions. Unlock COF-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
#Snowflake Tags#Tag Propagation#CREATE TABLE AS SELECT#Object Tagging