In Snowflake, tag inheritance is a feature that allows tags, which are key-value pairs assigned to objects for the purpose of data governance and metadata management, to be inherited within a hierarchy. The hierarchy in which tag inheritance is possible is from Schema to Table to Column. This means that a tag applied to a schema can be inherited by the tables within that schema, and a tag applied to a table can be inherited by the columns within that table.References: Snowflake Documentation on Tagging and Object Hierarchy
Question 317
Which chart type is supported in Snowsight for Snowflake users to visualize data with dashboards?
Correct Answer: A
Snowsight, Snowflake's user interface for exploring, analyzing, and visualizing data, supports a variety of chart types for creating dashboards and visualizations. One of the supported chart types in Snowsight is the Area Chart (A). Area charts are useful for representing quantities over time and can be used to highlight volume change and rate of change, as well as to compare multiple quantities. While Snowsight supports many types of visualizations to help users analyze their data effectively, including line charts, bar charts, and scatter plots, it's important to select the specific reference documentation or release notes for the most current list of supported chart types, as Snowflake continues to enhance and update Snowsight's capabilities. As of the last update, Box plots (B), Heat grids (C), and Pie charts (D) are types of visualizations that may be supported in various analytics and visualization tools, but for the specific context of Snowsight's currently confirmed features, Area charts are a verified option for users to visualize their data. Reference: Snowflake Documentation on Snowsight (https://docs.snowflake.com/en/user-guide/ui-snowsight.html)
Question 318
Which snowflake objects will incur both storage and cloud compute charges? (Select TWO)
Correct Answer: A,C
Question 319
Which parameter can be set at the account level to set the minimum number of days for which Snowflake retains historical data in Time Travel?
Correct Answer: A
The parameter DATA_RETENTION_TIME_IN_DAYS can be set at the account level to define the minimum number of days Snowflake retains historical data for Time Travel1.
Question 320
True or False: Bulk unloading of data from Snowflake supports the use of a SELECT statement.