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;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Simbajagnole
1 month, 3 weeks ago