Snowflake COF-C03 SnowPro Core Certification 2026 Exam Exam Practice Test
SnowPro Core Certification 2026 Exam Questions and Answers
Which minimum Snowflake edition allows for a dedicated metadata store?
The following JSON is stored in a VARIANT column called src of the CAR_SALES table:

A user needs to extract the dealership information from the JSON.
How can this be accomplished?
Users are responsible for data storage costs until what occurs?
A user created a new worksheet within the Snowsight Ul and wants to share this with teammates
How can this worksheet be shared?
What affects whether the query results cache can be used?
How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?
What is the MINIMUM edition of Snowflake that is required to use a SCIM security integration?
What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?
Which tasks are performed in the Snowflake Cloud Services layer? (Choose two.)
A single user of a virtual warehouse has set the warehouse to auto-resume and auto-suspend after 10 minutes. The warehouse is currently suspended and the user performs the following actions:
1. Runs a query that takes 3 minutes to complete
2. Leaves for 15 minutes
3. Returns and runs a query that takes 10 seconds to complete
4. Manually suspends the warehouse as soon as the last query was completed
When the user returns, how much billable compute time will have been consumed?
Which command should be used to download files from a Snowflake stage to a local folder on a client ' s machine?
Which Snowflake architectural layer is responsible for a query execution plan?
Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)
Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?
In the Snowflake access control model, which entity owns an object by default?
Which command can be used to load data files into a Snowflake stage?
When loading data into Snowflake, how should the data be organized?
The Snowflake Cloud Data Platform is described as having which of the following architectures?
Which of the following statements describe features of Snowflake data caching? (Choose two.)
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
A running virtual warehouse is suspended.
What is the MINIMUM amount of time that the warehouse will incur charges for when it is restarted?
A Snowflake Administrator needs to ensure that sensitive corporate data in Snowflake tables is not visible to end users, but is partially visible to functional managers.
How can this requirement be met?
What type of query benefits the MOST from search optimization?
True or False: Snowpipe via REST API can only reference External Stages as source.
Which snowflake objects will incur both storage and cloud compute charges? (Select TWO)
What is the minimum Snowflake edition required for row level security?
If 3 size Small virtual warehouse is made up of two servers, how many servers make up a Large warehouse?
Which command sets the Virtual Warehouse for a session?
Which of the following is a data tokenization integration partner?
In a Snowflake role hierarchy, what is the top-level role?
Which data types are supported by Snowflake when using semi-structured data? (Choose two.)
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)
What is the purpose of multi-cluster virtual warehouses?
Which statement is true about running tasks in Snowflake?
Which of the following are best practices for loading data into Snowflake? (Choose three.)
What do the terms scale up and scale out refer to in Snowflake? (Choose two.)
The Snowflake cloud services layer is responsible for which tasks? (Choose two.)
Assume there is a table consisting of five micro-partitions with values ranging from A to Z.
Which diagram indicates a well-clustered table?
The is the minimum Fail-safe retention time period for transient tables?
What is the SNOWFLAKE.ACCOUNT_USAGE view that contains information about which objects were read by queries within the last 365 days (1 year)?
Network policies can be set at which Snowflake levels? (Choose two.)
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)
What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)
Which of the following objects are contained within a schema? (Choose two.)
What is the default file size when unloading data from Snowflake using the COPY command?
When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?
What are supported file formats for unloading data from Snowflake? (Choose three.)
Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?
The Snowflake Search Optimization Services supports improved performance of which kind of query?
What actions will prevent leveraging of the ResultSet cache? (Choose two.)
Which of the following accurately describes shares?
Which of the following objects can be directly restored using the UNDROP command? (Choose two.)
Which file formats are supported for unloading data from Snowflake? (Choose two.)
Which Snowflake layer is associated with virtual warehouses?
When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?
Which Snowflake edition offers the highest level of security for organizations that have the strictest requirements?
For Directory tables, what stage allows for automatic refreshing of metadata?
Which view can be used to determine if a table has frequent row updates or deletes?
How are network policies defined in Snowflake?
User1, who has the SYSADMIN role, executed a query on Snowsight. User2, who is in the same Snowflake account, wants to view the result set of the query executed by User1 using the Snowsight query history.
What will happen if User2 tries to access the query history?
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
What is the default value in the Snowflake Web Interface (Ul) for auto suspending a Virtual Warehouse?
What is the only supported character set for loading and unloading data from all supported file formats?
What does the worksheet and database explorer feature in Snowsight allow users to do?
Which function will provide the proxy information needed to protect Snowsight?
When using the ALLOW_CLI£NT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?
Why would a Snowflake user decide to use a materialized view instead of a regular view?
Which data types optimally store semi-structured data? (Select TWO).
Which command should be used to unload all the rows from a table into one or more files in a named stage?
Which command removes a role from another role or a user in Snowflak?
What are characteristic of Snowsight worksheet? (Select TWO.)
Which privilege is required to use the search optimization service in Snowflake?
Which URL provides access to files in Snowflake without authorization?
What is the MINIMUM permission needed to access a file URL from an external stage?
If a virtual warehouse runs for 61 seconds, shut down, and then restart and runs for 30 seconds, for how many seconds is it billed?
What should be used when creating a CSV file format where the columns are wrapped by single quotes or double quotes?
What SnowFlake database object is derived from a query specification, stored for later use, and can speed up expensive aggregation on large data sets?
A Snowflake user is writing a User-Defined Function (UDF) that includes some unqualified object names.
How will those object names be resolved during execution?
There are two Snowflake accounts in the same cloud provider region: one is production and the other is non-production. How can data be easily transferred from the production account to the non-production account?
What criteria does Snowflake use to determine the current role when initiating a session? (Select TWO).
How does Snowflake describe its unique architecture?
Which Snowflow object does not consume and storage costs?
Which Snowflake data type is used to store JSON key value pairs?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?
What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?
A user has semi-structured data to load into Snowflake but is not sure what types of operations will need to be performed on the data. Based on this situation, what type of column does Snowflake recommend be used?
Which use case does the search optimization service support?
Which data formats are supported by Snowflake when unloading semi-structured data? (Select TWO).
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
Which role has the ability to create a share from a shared database by default?
How does a Snowflake user extract the URL of a directory table on an external stage for further transformation?
While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).
Which service or feature in Snowflake is used to improve the performance of certain types of lookup and analytical queries that use an extensive set of WHERE conditions?
Which Snowflake mechanism is used to limit the number of micro-partitions scanned by a query?
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?
What type of function returns one value for each Invocation?
What is it called when a customer managed key is combined with a Snowflake managed key to create a composite key for encryption?
What are characteristics of reader accounts in Snowflake? (Select TWO).
How can a user get the MOST detailed information about individual table storage details in Snowflake?
A user wants to add additional privileges to the system-defined roles for their virtual warehouse. How does Snowflake recommend they accomplish this?
What will happen if a Snowflake user increases the size of a suspended virtual warehouse?
What activities can a user with the ORGADMIN role perform? (Select TWO).
A Snowflake user wants to temporarily bypass a network policy by configuring the user object property MINS_TO_BYPASS_NETWORK_POLICY.
What should they do?
Which statement accurately describes Snowflake ' s architecture?
Which common query problems are identified by the Query Profile? (Select TWO.)
What happens when a network policy includes values that appear in both the allowed and blocked IP address list?
When referring to User-Defined Function (UDF) names in Snowflake, what does the term overloading mean?
Which TABLE function helps to convert semi-structured data to a relational representation?
Two users share a virtual warehouse named wh dev 01. When one of the users loads data, the other one experiences performance issues while querying data.
How does Snowflake recommend resolving this issue?
What file formats does Snowflake support for loading semi-structured data? (Choose three.)
If a multi-cluster warehouse is using an economy scaling policy, how long will queries wait in the queue before another cluster is started?
Which native data types are used for storing semi-structured data in Snowflake? (Select TWO)
What privilege should a user be granted to change permissions for new objects in a managed access schema?
What can a Snowflake user do with the information included in the details section of a Query Profile?
What type of columns does Snowflake recommend to be used as clustering keys? (Select TWO).
How many network policies can be assigned to an account or specific user at a time?
Which query contains a Snowflake hosted file URL in a directory table for a stage named bronzestage?
Which stream type can be used for tracking the records in external tables?
How can a user change which columns are referenced in a view?
What is cached during a query on a virtual warehouse?
A user needs to create a materialized view in the schema MYDB.MYSCHEMA. Which statements will provide this access?
The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?
What is the MINIMUM Snowflake edition required to use the periodic rekeying of micro-partitions?
What service is provided as an integrated Snowflake feature to enhance Multi-Factor Authentication (MFA) support?
When would Snowsight automatically detect if a target account is in a different region and enable cross-cloud auto-fulfillment?
A company needs to read multiple terabytes of data for an initial load as part of a Snowflake migration. The company can control the number and size of CSV extract files.
How does Snowflake recommend maximizing the load performance?
What internal stages are available in Snowflake? (Choose three.)
How many resource monitors can be assigned at the account level?
What column type does a Kafka connector store formatted information in a single column?
When unloading data to an external stage, what is the MAXIMUM file size supported?
Which statement MOST accurately describes clustering in Snowflake?
What can a Snowflake user do in the Activity section in Snowsight?
Which data type can store more than one type of data structure?
How would a user execute a series of SQL statements using a task?
Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)
What happens when a database is cloned?
Which of the following is the Snowflake Account_Usage.Metering_History view used for?
Network policies can be applied to which of the following Snowflake objects? (Choose two.)
A tabular User-Defined Function (UDF) is defined by specifying a return clause that contains which keyword?
If a virtual warehouse runs for 61 seconds, shuts down, and then restarts and runs for 30 seconds, for how many seconds is it billed?
What is a characteristic of the Snowflake Query Profile?
Which database objects can be shared with the Snowflake secure data sharing feature? (Choose two.)
What role is required to use Partner Connect?
Which statement describes how Snowflake supports reader accounts?
For the ALLOWED VALUES tag property, what is the MAXIMUM number of possible string values for a single tag?
What is the MAXIMUM size limit for a record of a VARIANT data type?
Which of the following statements describes a schema in Snowflake?
What technique does Snowflake use to limit the number of micro-partitions scanned by each query?
Which operations are handled in the Cloud Services layer of Snowflake? (Select TWO).
What are benefits of using Snowpark with Snowflake? (Select TWO).
Which kind of Snowflake table stores file-level metadata for each file in a stage?
Which Snowflake objects can be shared with other Snowflake accounts? (Choose three.)
Which features make up Snowflake ' s column level security? (Select TWO).
Which privilege must be granted to a share to allow secure views the ability to reference data in multiple databases?
If a Snowflake user decides a table should be clustered, what should be used as the cluster key?
When should a user consider disabling auto-suspend for a virtual warehouse? (Select TWO).
Which objects together comprise a namespace in Snowflake? (Select TWO).
What does Snowflake ' s search optimization service support?
What does Snowflake recommend regarding database object ownership? (Select TWO).
Which items are considered schema objects in Snowflake? (Select TWO).
Which of the following describes the Snowflake Cloud Services layer?
What is the name of the SnowSQLfile that can store connection information?
A Snowflake user executed a query and received the results. Another user executed the same query 4 hours later. The data had not changed.
What will occur?
Which of the following objects can be shared through secure data sharing?
Which of the following compute resources or features are managed by Snowflake? (Select TWO).
What is a machine learning and data science partner within the Snowflake Partner Ecosystem?
What is the purpose of an External Function?
How long is Snowpipe data load history retained?
How often are encryption keys automatically rotated by Snowflake?
A user has unloaded data from Snowflake to a stage
Which SQL command should be used to validate which data was loaded into the stage?
What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)
What is a limitation of a Materialized View?
A company strongly encourages all Snowflake users to self-enroll in Snowflake ' s default Multi-Factor Authentication (MFA) service to provide increased login security for users connecting to Snowflake.
Which application will the Snowflake users need to install on their devices in order to connect with MFA?
Which Snowflake technique can be used to improve the performance of a query?
What features does Snowflake Time Travel enable?
A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
What is a key feature of Snowflake architecture?
A marketing co-worker has requested the ability to change a warehouse size on their medium virtual warehouse called mktg__WH.
Which of the following statements will accommodate this request?
A virtual warehouse ' s auto-suspend and auto-resume settings apply to which of the following?
What is the default character set used when loading CSV files into Snowflake?
What SQL command would be used to view all roles that were granted to user.1?
In which use cases does Snowflake apply egress charges?
True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.
Which of the following are benefits of micro-partitioning? (Select TWO)
What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?
Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).
What can be used to view warehouse usage over time? (Select Two).
True or False: It is possible for a user to run a query against the query result cache without requiring an active Warehouse.
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
Which command can be used to load data into an internal stage?
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
What is the minimum Snowflake edition required to create a materialized view?
What data is stored in the Snowflake storage layer? (Select TWO).
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
Which of the following describes how clustering keys work in Snowflake?
Where would a Snowflake user find information about query activity from 90 days ago?
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
What is the recommended file sizing for data loading using Snowpipe?
Which command can be used to stage local files from which Snowflake interface?
Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
What tasks can be completed using the copy command? (Select TWO)
Will data cached in a warehouse be lost when the warehouse is resized?
A user unloaded a Snowflake table called mytable to an internal stage called mystage.
Which command can be used to view the list of files that has been uploaded to the staged?
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
Which of the following Snowflake features provide continuous data protection automatically? (Select TWO).
Which Snowflake partner specializes in data catalog solutions?
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
How would you determine the size of the virtual warehouse used for a task?
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
A user needs to create a materialized view in the schema MYDB.MYSCHEMA.
Which statements will provide this access?
Which data type can be used to store geospatial data in Snowflake?
The fail-safe retention period is how many days?
User-level network policies can be created by which of the following roles? (Select TWO).
Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?
In which scenarios would a user have to pay Cloud Services costs? (Select TWO).
Which feature is only available in the Enterprise or higher editions of Snowflake?
Which cache type is used to cache data output from SQL queries?
When unloading to a stage, which of the following is a recommended practice or approach?
What are the default Time Travel and Fail-safe retention periods for transient tables?
Which components make up the Snowflake Cortex AI suite? Select TWO.
Which type of charts are supported by Snowsight? {Select TWO)
What command will grant the SELECT privilege on all new tables created in the mydb.myschema schema to the read_only role?
When an ACCOUNTADMIN gives a user a custom role, what privilege or privileges is the user granted by default?
Which functions can be used to extract values from a VARIANT column by specifying a hierarchy name? Select TWO.
What are streams used for in Snowflake?
What is a benefit of using Snowflake directory tables?
Which Snowflake privilege is required on a pipe object to pause or resume pipes?
A user manages a 2 TB sales table clustered by order_date. Multiple teams query this data, but one specific team repeatedly filters on the region column, retrieving only a few thousand rows per query across hundreds of daily requests. The table is refreshed weekly, and no other teams report performance problems. Which action should be taken to optimize query performance for this specific team?
Which types of subqueries does Snowflake support? (Select TWO).
By default, when is a resource monitor reset to 0?
Based on Snowflake recommendations, when creating a hierarchy of custom roles, the top-most custom role should be assigned to which role?
What is the EXPLAIN function used for in Snowflake?
What action will change a customized schedule for a resource monitor back to the default schedule?
What is SnowSQL used for?
What happens to event notifications that are received when an automated Snowpipe is paused?
Which function is used to retrieve the filename for a file stored on a stage?
Which statements reflect valid commands when using secondary roles? (Select TWO).
Who can create network policies within Snowflake? (Select TWO).
Which drivers or connectors are supported by Snowflake? (Select TWO)
A Snowflake account holds data that will be consumed by a BI tool. Most of the BI users are located in the United States, but some users will require access from abroad with different levels of concurrency.
What virtual warehouse would be MOST cost-efficient?
Which Snowflake objects consume storage? (Select TWO)
Which function is used to unload a relational table into a JSON file*?
While preparing to unload data in Snowflake, the file format option can be specified in which commands? (Select TWO).
Who can activate a network policy for users in a Snowflake account? (Select TWO)
By default, which role is required to change the refresh frequency for an auto-fulfilled application package?
What takes the highest precedence in Snowflake file format options, when specified in multiple locations during data loading?
Which task is supported by the use of Access History in Snowflake?
Which privilege grants the ability to set a column-level security masking policy on a table or view column?
Which privilege enables the ability to resume or suspend a task?
What impact does dropping a column from a table have on the micro-partitions of that table?
When would creating and using a standard view be preferable to using a materialized view?
Which privilege allows a user to change the state of a virtual warehouse that was set to AUTO_RESUME = FALSE?
What optional properties can a Snowflake user set when creating a virtual warehouse? (Select TWO).
What should be considered before implementing a Snowflake Data Clean Room?
Which table function should be used to view details on a Directed Acyclic Graphic (DAG) run that is presently scheduled or is executing?
What does a Query Profile metric that shows excessive spillage indicate?
What is the most efficient method to share a subset of data from a table with a consumer account?
Taking which step will minimize the number of queries waiting to run on a virtual warehouse?
What is the LEAST-PRIVILEGED role that can create a share in Snowflake by default?
A Snowflake user is trying to load a 125 GB file using SnowSQL. The file continues to load for almost an entire day. What will happen at the 2 < hour mark?
A user creates a stage using the following command:
What will be the outcome?
Which action will scale-out a Snowflake virtual warehouse?
A user frequently runs a reporting query that returns the total record count and the minimum and maximum timestamp from a 100 TB fact table.
The table is loaded once per week and remains static between loads. The reporting query runs hundreds of times per day and causes significant warehouse-credit consumption because it repeatedly scans the fact table.
Which object will improve performance, minimize repeated query-compute costs, and provide the fastest response time?
Which Snowflake storage object can be used to store data beyond a single session and will not incur Fail-safe costs?
Which data types are supported by the Search Optimization Service? Select TWO.
How does the search optimization service use the search access path?
What are the main differences between the account usage views and the information schema views? (Select TWO).
Which Snowflake objects can be restored using Time Travel? (Select VNO).
A user executed a SELECT query in Snowsight which returned a 1 GB result set. The user then downloads the files.
What will occur?
What data-type constructs are used to create a hierarchy when organizing semi-structured data? (Select TWO).
When used with the UNLOAD command, which parameter specifies the destination of unloaded data?
How can data be shared in Snowflake with another account located in the same region without the need to copy or move the data?
Why would a Snowflake user load JSON data into a VARIANT column instead of a string column?
Which of the following SQL statements will list the version of the drivers currently being used?
A virtual warehouse has the same value for MIN_CLUSTER_COUNT and MAX_CLUSTER_COUNT. What will happen when the warehouse is started?
What is the purpose of the Snowflake SPLIT TO_TABLE function?
When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?
Which commands can only be executed using SnowSQL? (Select TWO).
For which use cases is running a virtual warehouse required? (Select TWO).
Which ACCOUNT_USAGE schema database role provides visibility into policy-related information?
At what level is the MIN_DATA_RETENTION_TIME_IN_DAYS parameter set?
A user with which privileges can create or manage other users in a Snowflake account? (Select TWO).
Who can activate and enforce a network policy for all users in a Snowflake account? (Select TWO).
A JSON file, that contains lots of dates and arrays, needs to be processed in Snowflake. The user wants to ensure optimal performance while querying the data.
How can this be achieved?
How can a Snowflake administrator determine which user has accessed a database object that contains sensitive information?
A Snowflake account has activated federated authentication.
What will occur when a user with a password that was defined by Snowflake attempts to log in to Snowflake?
Which object can be used with Secure Data Sharing?
Which Snowflake role can manage any object grant globally, including modifying and revoking grants?
Which data types can be used in Snowflake to store semi-structured data? (Select TWO)
Which command is used to unload data from a Snowflake database table into one or more files in a Snowflake stage?
How can a Snowflake user validate data that is unloaded using the COPY INTO < location > command?
Which Snowflake table objects can be shared with other accounts? (Select TWO).
What does SnowCD help Snowflake users to do?
What Snowflake feature provides a data hub for secure data collaboration, with a selected group of invited members?
Which Snowflake feature allows a user to track sensitive data for compliance, discovery, protection, and resource usage?
Which privilege must be granted by one role to another role, and cannot be revoked?
What will prevent unauthorized access to a Snowflake account from an unknown source?
What does a Notify & Suspend action for a resource monitor do?
How is unstructured data retrieved from data storage?
Which Snowflake command can be used to unload the result of a query to a single file?
Which Snowflake function is maintained separately from the data and helps to support features such as Time Travel, Secure Data Sharing, and pruning?
Which solution improves the performance of point lookup queries that return a small number of rows from large tables using highly selective filters?
What type of query will benefit from the query acceleration service?
A column named " Data " contains VARIANT data and stores values as follows:
How will Snowflake extract the employee ' s name from the column data?
What tasks can an account administrator perform in the Data Exchange? (Select TWO).
Which type of loop requires a BREAK statement to stop executing?
What is the primary purpose of a directory table in Snowflake?
While working with unstructured data, which file function generates a Snowflake-hosted file URL to a staged file using the stage name and relative file path as inputs?
Which function unloads data from a relational table to JSON?
When working with a managed access schema, who has the OWNERSHIP privilege of any tables added to the schema?
What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?
A user wants to access files stored in a stage without authenticating into Snowflake. Which type of URL should be used?
Which Snowflake feature allows administrators to identify unused data that may be archived or deleted?
What information is found within the Statistic output in the Query Profile Overview?
What does the LATERAL modifier for the FLATTEN function do?
What is a directory table in Snowflake?
How can performance be optimized for a query that returns a small amount of data from a very large base table?
Which operation can be performed on Snowflake external tables?
Which Snowflake object does not consume any storage costs?
What is the purpose of a Query Profile?
What is the relationship between a Query Profile and a virtual warehouse?
Which command is used to start configuring Snowflake for Single Sign-On (SSO)?
How can a dropped internal stage be restored?
Which metadata table will store the storage utilization information even for dropped tables?
What does a masking policy consist of in Snowflake?
What is the minimum Snowflake Edition that supports secure storage of Protected Health Information (PHI) data?
What factors impact storage costs in Snowflake? (Select TWO).
Which statements describe benefits of Snowflake ' s separation of compute and storage? (Select TWO).
What objects in Snowflake are supported by Dynamic Data Masking? (Select TWO). '
What are the least privileges needed to view and modify resource monitors? (Select TWO).
What step can reduce data spilling in Snowflake?
