SnowPro Core Certification — Question 475
Which Data Definition Language (DDL) commands are supported by Snowflake to manage tags? (Choose two.)
Answer options
- A. ALTER TAG
- B. DESCRIBE TAG
- C. DROP TAG
- D. GRANT [privilege] ... TO TAG
- E. GRANT TAG
Correct answer: A, C
Explanation
The correct answers are A (ALTER TAG) and C (DROP TAG) as these commands are specifically used to modify and remove tags in Snowflake. Options B (DESCRIBE TAG) and D (GRANT [privilege] ... TO TAG) do not directly manage tag definitions, and option E (GRANT TAG) is not a valid command in the context of DDL for tags.