You are responsible for managing a Snowflake environment where data is loaded from various external sources. You want to use Snowsight to quickly identify all tables within a specific database and schema that have not been loaded in the last 7 days. Which of the following methods, or combination of methods, provides the most efficient and accurate way to achieve this using Snowsight features?
Correct Answer: B,E
Options B and E offer the most efficient and accurate solutions. Option B utilizes the Information Schema, a built-in Snowflake resource, and a SQL query within Snowsight to directly retrieve the required information. Filtering by the 'last_altered' column provides a precise list of tables not loaded in the last 7 days. Option E is the correct and more convenient. Creating a custom dashboard using the Information Schema within Snowsight is the most convenient way of monitoring data. Option A requires manual inspection, which is inefficient. Option C doesn't provide precise filtering. Option D will retrieve the 'last_altered' value but then manual filtering required.