Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 486

Which Data Definition Language (DDL) commands are supported by Snowflake to manage tags? (Choose two.)

    Correct Answer: A, C

    The Data Definition Language (DDL) commands supported by Snowflake to manage tags include ALTER TAG and DROP TAG. ALTER TAG is used to modify an existing tag, while DROP TAG is used to delete a tag. These commands align with the functionalities typically associated with managing objects in a database system, such as modifying attributes and removing them.

Discussion
sjnddsOptions: AC

Tag DDL Reference Snowflake supports the following DDL to create and manage tags: CREATE TAG ALTER TAG ALTER <object> (to set a tag on a Snowflake object) SHOW TAGS DROP TAG UNDROP TAG

KarBiswaOptions: AC

https://docs.snowflake.com/en/user-guide/object-tagging#label-object-tags-ddl

_yyuktaOptions: AC

AC are correct

MultiCloudIronManOptions: AC

correct

EmiBOptions: AC

DDL - ALTER, DESCRIBE, DROP - but DESCRIBE TAG doesn't exist DCL - GRANT