What is the recommended way to change the existing file format type in my format from CSV to JSON?
What are the benefits of the replication feature in Snowflake? (Select TWO).
Which activities are included in the Cloud Services layer? {Select TWO).
What is the Fail-safe period for a transient table in the Snowflake Enterprise edition and higher?
What do the terms scale up and scale out refer to in Snowflake? (Choose two.)
Which actions can be performed using a resource monitor in Snowflake? (Select TWO).
Which command can be used to load data files into a Snowflake stage?
What are the correct parameters for time travel and fail-safe in the Snowflake Enterprise Edition?
Which Snowflake URL type allows users or applications to download or access files directly from Snowflake stage without authentication?
What type of query will benefit from the query acceleration service?
A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:
COPY INTO my__table FROM @my__stage;
The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.
If the user runs the same copy into command what will happen?
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?
Which Snowflake mechanism is used to limit the number of micro-partitions scanned by a query?
What are characteristics of reader accounts in Snowflake? (Select TWO).
For Directory tables, what stage allows for automatic refreshing of metadata?
A permanent table and temporary table have the same name, TBL1, in a schema.
What will happen if a user executes select * from TBL1 ;?
A user wants to create objects within a schema but wants to restrict other users ' ability to grant privileges on these objects What configuration should be used to create the schema?
What is required to set a stored procedure to EXECUTE AS? (Select TWO).
Which strategy is recommended to improve the performance of a large, complex query?
Which privilege is needed for a SnowFlake user to see the definition of a secure view?