Which Data Definition Language (DDL) commands are supported by Snowflake to manage tags? (Choose two.)
Which Data Definition Language (DDL) commands are supported by Snowflake to manage tags? (Choose two.)
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.
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
https://docs.snowflake.com/en/user-guide/object-tagging#label-object-tags-ddl
AC are correct
correct
DDL - ALTER, DESCRIBE, DROP - but DESCRIBE TAG doesn't exist DCL - GRANT