List of questions
Related questions
Question 399 - COF-C02 discussion
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?
A.
CREATE TABLE <table_name> LIKE TABLE_A;
B.
CREATE VIEW <view_name> AS SELECT * FROM TABLE_A;
C.
CREATE TABLE <table_name> AS SELECT * FROM TABLE_A;
D.
CREATE MATERIALIZED VIEW <view name> AS SELECT * FROM TABLE A;
Your answer:
0 comments
Sorted by
Leave a comment first