What should be used when creating a CSV file format where the columns are wrapped by single quotes or double quotes?
Which data formats are supported by Snowflake when unloading 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?
While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).
What does the TableScan operator represent in the Query Profile?
What is the Fail-safe retention period for transient and temporary tables?
How are network policies defined in Snowflake?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
Which view can be used to determine if a table has frequent row updates or deletes?
What is the only supported character set for loading and unloading data from all supported file formats?
When referring to User-Defined Function (UDF) names in Snowflake, what does the term overloading mean?
What SnowFlake database object is derived from a query specification, stored for later use, and can speed up expensive aggregation on large data sets?
How does a Snowflake user extract the URL of a directory table on an external stage for further transformation?
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
Which SQL command can be used to verify the privileges that are granted to a role?
What does the worksheet and database explorer feature in Snowsight allow users to do?
What is the default value in the Snowflake Web Interface (Ul) for auto suspending a Virtual Warehouse?
What information does the Query Profile provide?
Which command removes a role from another role or a user in Snowflak?
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?
What is the MAXIMUM number of clusters that can be provisioned with a multi-cluster virtual warehouse?
Which function will provide the proxy information needed to protect Snowsight?
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?
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?
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 type of function returns one value for each Invocation?
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?
How can a user get the MOST detailed information about individual table storage details in Snowflake?
When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
Which use case does the search optimization service support?
By default, which role has access to the SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function?
What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?
The VALIDATE table function has which parameter as an input argument for a Snowflake user?
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?
What are valid sub-clauses to the OVER clause for a window function? (Select TWO).
Why would a Snowflake user decide to use a materialized view instead of a regular view?
How does Snowflake reorganize data when it is loaded? (Select TWO).
Which Snowflake layer is associated with virtual warehouses?
Which privilege is required to use the search optimization service in Snowflake?
Which data types optimally store semi-structured data? (Select TWO).
What are characteristics of transient tables in Snowflake? (Select TWO).
What are characteristic of Snowsight worksheet? (Select TWO.)
By default, how long is the standard retention period for Time Travel across all Snowflake accounts?
For Directory tables, what stage allows for automatic refreshing of metadata?
The effects of query pruning can be observed by evaluating which statistics? (Select TWO).
What activities can a user with the ORGADMIN role perform? (Select TWO).
What are the benefits of the replication feature in Snowflake? (Select TWO).
What happens when a network policy includes values that appear in both the allowed and blocked IP address list?
What is the Fail-safe period for a transient table in the Snowflake Enterprise edition and higher?
Which Snowflake mechanism is used to limit the number of micro-partitions scanned by a query?
Which activities are included in the Cloud Services layer? {Select TWO).
Which Snowflake edition offers the highest level of security for organizations that have the strictest requirements?
Which role has the ability to create a share from a shared database by default?
Which Snowflake data type is used to store JSON key value pairs?
Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?
Which formats does Snowflake store unstructured data in? (Choose two.)
Network policies can be applied to which of the following Snowflake objects? (Choose two.)
A materialized view should be created when which of the following occurs? (Choose two.)
Which role has the ability to create and manage users and roles?
If file format options are specified in multiple locations, the load operation selects which option FIRST to apply in order of precedence?
Which kind of Snowflake table stores file-level metadata for each file in a stage?
Which stream type can be used for tracking the records in external tables?
Which clients does Snowflake support Multi-Factor Authentication (MFA) token caching for? (Select TWO).
What is the name of the SnowSQLfile that can store connection information?
Which statement describes how Snowflake supports reader accounts?
What is the MAXIMUM size limit for a record of a VARIANT data type?
What is the MAXIMUM Time Travel retention period for a transient table?
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
If queries start to queue in a multi-cluster virtual warehouse, an additional compute cluster starts immediately under what setting?
Which pages are included in the Activity area of Snowsight? (Select TWO).
How can a Snowflake user optimize query performance in Snowflake? (Select TWO).
Which semi-structured data function interprets an input string as a JSON document that produces a VARIANT value?
Which Snowflake objects can be shared with other Snowflake accounts? (Choose three.)
How does Snowflake handle the bulk unloading of data into single or multiple files?
What is a responsibility of Snowflake’s virtual warehouses?
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 stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)
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?
Which privilege must be granted to a share to allow secure views the ability to reference data in multiple databases?
Which feature is integrated to support Multi-Factor Authentication (MFA) at Snowflake?
Which of the following can be used when unloading data from Snowflake? (Choose two.)
Which privilege is required for a role to be able to resume a suspended warehouse if auto-resume is not enabled?
At what levels can a resource monitor be configured? (Select TWO).
What role is required to use Partner Connect?
Which transformation is supported by a COPY INTO < table > command?
Which statements reflect key functionalities of a Snowflake Data Exchange? (Choose two.)
If a Snowflake user decides a table should be clustered, what should be used as the cluster key?
How many network policies can be assigned to an account or specific user at a time?
Where is Snowflake metadata stored?
Which data type can store more than one type of data structure?
What technique does Snowflake use to limit the number of micro-partitions scanned by each query?
Which Snowflake object helps evaluate virtual warehouse performance impacted by query queuing?
Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)
Which statement accurately describes a characteristic of a materialized view?
How many resource monitors can be assigned at the account level?
Query parsing and compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
Which Snowflake object can be accessed in he FROM clause of a query, returning a set of rows having one or more columns?
What can a Snowflake user do with the information included in the details section of a Query Profile?
Which Snowflake tool would be BEST to troubleshoot network connectivity?
Which Snowflake URL type is used by directory tables?
For non-materialized views, what column in Information Schema and Account Usage identifies whether a view is secure or not?
A tabular User-Defined Function (UDF) is defined by specifying a return clause that contains which keyword?
What can a Snowflake user do in the Admin area of Snowsight?
How would a user run a multi-cluster warehouse in maximized mode?
Which of the following are handled by the cloud services layer of the Snowflake architecture? (Choose two.)
Which SQL command can be used to see the CREATE definition of a masking policy?
How can a data provider ensure that a data consumer is going to have access to the required objects?
In which Snowflake layer does Snowflake reorganize data into its internal optimized, compressed, columnar format?
When would Snowsight automatically detect if a target account is in a different region and enable cross-cloud auto-fulfillment?
What service is provided as an integrated Snowflake feature to enhance Multi-Factor Authentication (MFA) support?
When is the result set cache no longer available? (Select TWO)
Which of the following can be executed/called with Snowpipe?
Which data type can be used to store geospatial data in Snowflake?
Which command is used to unload data from a Snowflake table into a file in a stage?
In which use cases does Snowflake apply egress charges?
Which of the following are benefits of micro-partitioning? (Select TWO)
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?
What is the default character set used when loading CSV files into Snowflake?
What feature can be used to reorganize a very large table on one or more columns?
Which of the following indicates that it may be appropriate to use a clustering key for a table? (Select TWO).
Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
How often are encryption keys automatically rotated by Snowflake?
What tasks can be completed using the copy command? (Select TWO)
Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)
Which of the following conditions must be met in order to return results from the results cache? (Select TWO).
What SQL command would be used to view all roles that were granted to user.1?
Which command can be used to stage local files from which Snowflake interface?
In the query profiler view for a query, which components represent areas that can be used to help optimize query performance? (Select TWO)
A user is loading JSON documents composed of a huge array containing multiple records into Snowflake. The user enables the strip__outer_array file format option
What does the STRIP_OUTER_ARRAY file format do?
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?
How would you determine the size of the virtual warehouse used for a task?
True or False: When you create a custom role, it is a best practice to immediately grant that role to ACCOUNTADMIN.
Which of the following describes how clustering keys work in Snowflake?
How long is Snowpipe data load history retained?
What happens when an external or an internal stage is dropped? (Select TWO).
Which of the following describes external functions in Snowflake?
Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?
What is a best practice after creating a custom role?
What are the default Time Travel and Fail-safe retention periods for transient tables?
Will data cached in a warehouse be lost when the warehouse is resized?
True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.
Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?
What is a key feature of Snowflake architecture?
True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.
Which Snowflake partner specializes in data catalog solutions?
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
Which Snowflake feature is used for both querying and restoring data?
Query compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
What happens when a cloned table is replicated to a secondary database? (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.
What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?
Which services does the Snowflake Cloud Services layer manage? (Select TWO).
What is the MOST performant file format for loading data in Snowflake?
Which is the MINIMUM required Snowflake edition that a user must have if they want to use AWS/Azure Privatelink or Google Cloud Private Service Connect?
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
Which feature is only available in the Enterprise or higher editions of Snowflake?
When reviewing the load for a warehouse using the load monitoring chart, the chart indicates that a high volume of Queries are always queuing in the warehouse
According to recommended best practice, what should be done to reduce the Queue volume? (Select TWO).
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
What Snowflake role must be granted for a user to create and manage accounts?
What is the default File Format used in the COPY command if one is not specified?
Which of the following objects can be shared through secure data sharing?
What is a limitation of a Materialized View?
What features does Snowflake Time Travel enable?
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.
Which Snowflake technique can be used to improve the performance of a query?
What action should be taken if a Snowflake user wants to share a newly created object in a database with consumers?
A table was created using this statement:

Which feature of this table will incur both compute and storage costs?
When an ACCOUNTADMIN grants a user a custom role, which additional privileges will the user have by default?
Dynamic Data Masking can be used with which Snowflake objects? (Select TWO)
Which statement can be used to create a point-in-time, zero-copy snapshot of a table named Cable?
What does adding the PARTITION BY clause in the COPY INTO < location > command do?
A global company needs to share financial reports with managers who are in different regions. Managers should only see the data from their respective regions. How can these requirements be met with the least amount of operational overhead?
What is a fundamental characteristic of Snowflake micro-partitions?
A Query Profile for a query that took 10 minutes shows that 2 GB of data was spilled to storage.
Why is the query taking so long, and what should be done to improve its performance?
Which command will provide an account with access to a share?
Which COPY INTO < table > options can be used to load data from a staged file when the metadata in the file has expired? (Select TWO)
The Snowflake VARIANT data type imposes a 16 MB size limit on what?
Which statement will return all rows from table_A?
What is the MINIMUM size of a table for which Snowflake recommends considering adding a clustering key?
Which function, when combined with an INSERT statement, will insert semi-structured data into a VARIANT column?
Which statement will execute a stored procedure?
Which Snowflake feature enables loading data from cloud storage as soon as files are available in a stage?
What command will list all of the roles that have been granted to role DATA_ENGINEER?
In Snowflake, what allows users to perform recursive queries?
Which authentication method requires access to a secure file that is only stored on the user ' s local device?
How does the search optimization service use the search access path?
A user executes a long-running query at the same time every morning. A second user with the same role needs to access the query results for additional data processing and analysis. How should the results be reproduced for the second user?
A Snowflake Practitioner manages a database called SALES_DB. This database has a PUBLIC schema and an ORDERS table that is updated frequently. The database has a data retention period of 7 days. On November 16, 2025, at 3:00 PM, the Practitioner accidentally ran a DELETE command that removed all records from the ORDERS table. Which statement will recover all deleted records?
What is the primary purpose for configuring multiple Identity Providers, or IdPs, in Snowflake?
While unloading data into a stage, how can the user ensure that the output will be a single file?
What does Snowflake recommend when planning virtual warehouse usage for a data load?
Which resource monitor setting will cancel all active queries in a virtual warehouse when the threshold is met?
A user is configuring Snowpipe to automatically load data from an Amazon S3 bucket into Snowflake. The user wants loading to begin when new files are added to the bucket.
Which steps are required to configure this automation using cloud messaging? Select TWO.
What do these Query Profile metrics indicate about the query micro-partition pruning?
Why would a Snowflake user load JSON data into a VARIANT column instead of a string column?
A user needs to MINIMIZE the cost of large tables that are used to store transitory data. The data does not need to be protected against failures, because the data can be reconstructed outside of Snowflake.
What table type should be used?
Which Snowflake object will consume credits during automatic background maintenance?
Which metrics are provided in the Query Profile?
Which Snowflake data governance feature supports the tracking of sensitive data for compliance, discovery, protection, and resource usage?
Which access control entity in Snowflake can be created as part of a hierarchy within an account?
Which Snowflake edition supports a dedicated metadata store and separate compute clusters that are inaccessible to other Snowflake customers?
What happens to the privileges granted to Snowflake system-defined roles?
A multi-cluster virtual warehouse is running in Auto-scale mode. What happens if the number of concurrent queries exceeds the capacity of the currently running cluster?
What is the default format-type COMPRESSION option when unloading CSV data from Snowflake using the COPY INTO < location > command?
A team plans to build data-transformation pipelines using a Snowflake-supported development framework that provides compute pushdown and native integration with Snowflake features.
Which feature should the team use?
If a network policy is applied at both the account and user levels, which policy takes precedence?
Which Snowflake tool provides detailed execution statistics of a query with no cost to the user?
While preparing to unload data in Snowflake, the file format option can be specified in which commands? (Select TWO).
Which transformation techniques are supported for bulk loading data into Snowflake using the copy into < table > command? (Select TWO)
Which function can be used to convert semi-structured data into rows and columns?
What happens to event notifications that are received when an automated Snowpipe is paused?
Which queries will require a running virtual warehouse? (Select TWO).
Which types of subqueries does Snowflake support? (Select TWO).
Which URL type should be used to provide a user with a window of time to access files that are in cloud storage?
How can the outer array structure of a semi-structured file be removed?
How can the Query Profile be used to troubleshoot a problematic query?
A query against which table will provide details about bytes consumed by active, Time Travel, and Fail-safe storage?
What does Snowflake recommend for a user assigned the ACCOUNTADMIN role?
Which system_defined, read-only view display information on column lineage that specifies how data flows from source to target in a SQL write operation?
Which command is used to upload data files from a local directory or folder on a client machine to an internal stage, for a specified table?
Why would the SINGLE = TRUE option be included in a COPY INTO < location > statement?
When cloning a database, what is cloned with the database? (Choose two.)
When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?
What type of query benefits the MOST from search optimization?
Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?
What affects whether the query results cache can be used?
Which command can be used to load data files into a Snowflake stage?
A user is preparing to load data from an external stage
Which practice will provide the MOST efficient loading performance?
Which of the following are best practices for loading data into Snowflake? (Choose three.)
In a Snowflake role hierarchy, what is the top-level role?
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
Which snowflake objects will incur both storage and cloud compute charges? (Select TWO)
Which file formats are supported for unloading data from Snowflake? (Choose two.)
The Snowflake Cloud Data Platform is described as having which of the following architectures?
Which of the following significantly improves the performance of selective point lookup queries on a table?
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)
What is the maximum Time Travel retention period for a temporary Snowflake table?
What are the responsibilities of Snowflake ' s Cloud Service layer? (Choose three.)
How long is the Fail-safe period for temporary and transient tables?
What versions of Snowflake should be used to manage compliance with Personal Identifiable Information (PII) requirements? (Choose two.)
In an auto-scaling multi-cluster virtual warehouse with the setting SCALING_POLICY = ECONOMY enabled, when is another cluster started?
Which of the following objects can be directly restored using the UNDROP command? (Choose two.)
What is the minimum Snowflake edition required to use Dynamic Data Masking?
Snowflake supports the use of external stages with which cloud platforms? (Choose three.)
The is the minimum Fail-safe retention time period for transient tables?
What is true about sharing data in Snowflake? (Choose two.)
If 3 size Small virtual warehouse is made up of two servers, how many servers make up a Large warehouse?
Which of the following statements apply to Snowflake in terms of security? (Choose two.)
What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?
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?
Which data types are supported by Snowflake when using semi-structured data? (Choose two.)
Users are responsible for data storage costs until what occurs?
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?
A user has unloaded data from a Snowflake table to an external stage.
Which command can be used to verify if data has been uploaded to the external stage named my_stage?
Which of the following objects are contained within a schema? (Choose two.)
The Snowflake cloud services layer is responsible for which tasks? (Choose two.)
How many days is load history for Snowpipe retained?
How are serverless features billed?
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.)
What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
What are common issues found by using the Query Profile? (Choose two.)
Where can a user find and review the failed logins of a specific user for the past 30 days?
What is the minimum Snowflake edition required for row level security?
How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?
What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?
Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?
Which tasks are performed in the Snowflake Cloud Services layer? (Choose two.)
What actions will prevent leveraging of the ResultSet cache? (Choose two.)
Which command sets the Virtual Warehouse for a session?
Which Snowflake layer is always leveraged when accessing a query from the result cache?
What is the purpose of multi-cluster virtual warehouses?
Which services does the Snowflake Cloud Services layer manage? (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?
A virtual warehouse is created using the following command:
Create warehouse my_WH with
warehouse_size = MEDIUM
min_cluster_count = 1
max_cluster_count = 1
auto_suspend = 60
auto_resume = true;
The image below is a graphical representation of the warehouse utilization across two days.

What action should be taken to address this situation?
Which privilege must be granted by one role to another role, and cannot be revoked?
Which data types can be used in Snowflake to store semi-structured data? (Select TWO)
What happens to the objects in a reader account when the DROP MANAGED ACCOUNT command is executed?
When working with a managed access schema, who has the OWNERSHIP privilege of any tables added to the schema?
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 a user to track sensitive data for compliance, discovery, protection, and resource usage?
How can a dropped internal stage be restored?
Which Snowflake command can be used to unload the result of a query to a single file?
A column named " Data " contains VARIANT data and stores values as follows:
How will Snowflake extract the employee ' s name from the column data?
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?
What is a directory table in Snowflake?
A user with which privileges can create or manage other users in a Snowflake account? (Select TWO).
How can performance be optimized for a query that returns a small amount of data from a very large base table?
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?
When using the ALLOW CLIENT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?
Which commands are restricted in owner ' s rights stored procedures? (Select TWO).
How should clustering be used to optimize the performance of queries that run on a very large table?
What are the least privileges needed to view and modify resource monitors? (Select TWO).
What Snowflake feature provides a data hub for secure data collaboration, with a selected group of invited members?
What function can be used with the recursive argument to return a list of distinct key names in all nested elements in an object?
Who can grant object privileges in a regular schema?
Which statements describe benefits of Snowflake ' s separation of compute and storage? (Select TWO).
What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?
Which statistics are displayed in a Query Profile that indicate that intermediate results do not fit in memory? (Select TWO).
Which metadata table will store the storage utilization information even for dropped tables?
What does a Notify & Suspend action for a resource monitor do?
Which commands can only be executed using SnowSQL? (Select TWO).
What transformations are supported when loading data into a table using the COPY INTO < table > command? (Select TWO).
What does SnowCD help Snowflake users to do?
What is the primary purpose of a directory table in Snowflake?
Which Snowflake object does not consume any storage costs?
Which type of loop requires a BREAK statement to stop executing?
What is the minimum Snowflake Edition that supports secure storage of Protected Health Information (PHI) data?
Which Snowflake feature provides increased login security for users connecting to Snowflake that is powered by Duo Security service?
What happens when a Snowflake user changes the data retention period at the schema level?
A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database.
Which CREATE object statement will automatically assign the TABLE_A tag to a target object?
What are key characteristics of virtual warehouses in Snowflake? (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?
Which views are included in the DATA SHARING USAGE schema? (Select TWO).
What does a masking policy consist of in Snowflake?
How can a Snowflake user validate data that is unloaded using the COPY INTO < location > command?
What information is found within the Statistic output in the Query Profile Overview?
What step can reduce data spilling in Snowflake?
What is the purpose of the Snowflake SPLIT TO_TABLE function?
What feature of Snowflake Continuous Data Protection can be used for maintenance of historical data?
Which function unloads data from a relational table to JSON?
Which Snowflake feature allows administrators to identify unused data that may be archived or deleted?
How is unstructured data retrieved from data storage?
Which VALIDATION_MODE value will return the errors across the files specified in a COPY command, including files that were partially loaded during an earlier load?
Which Snowflake function is maintained separately from the data and helps to support features such as Time Travel, Secure Data Sharing, and pruning?
What does the LATERAL modifier for the FLATTEN function do?
A permanent table and temporary table have the same name, TBL1, in a schema.
What will happen if a user executes select * from TBL1 ;?
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?
What metadata does Snowflake store for rows in micro-partitions? (Select TWO).
Which Snowflake function will parse a JSON-null into a SQL-null?