Database XYZ has the data_retention_time_in_days parameter set to 7 days and table XYZ.public.ABC has the data_retention_time_in_days set to 10 days.
A Developer accidentally dropped the database containing this single table 8 days ago and just discovered the mistake.
How can the table be recovered?
a
Which Snowflake feature facilitates access to external API services such as geocoders, data transformation, machine learning models, and other custom code?
c
While running an external function, the following error message is received:
Error: Function received the wrong number of rows
What is causing this to occur?
d
A Data Engineer would like to define a file structure for loading and unloading data.
Where can the file structure be defined? (Choose three.)
ace
A Data Engineer enables a result cache at the session level with the following command:
ALTER SESSION SET USE_CACHED_RESULT = TRUE;
The Engineer then runs the following SELECT query twice without delay:
SELECT *
FROM SNOWFLAKE_SAMPLE_DATA.TPCH_SF1.CUSTOMER
SAMPLE(10) SEED (99);
The underlying table does not change between executions.
What are the results of both runs?
b
A Data Engineer has developed a dashboard that will issue the same SQL select clause to Snowflake every 12 hours.
How long will Snowflake use the persisted query results from the result cache, provided that the underlying data has not changed?
b
The following code is executed in a Snowflake environment with the default settings:
What will be the result of the select statement?
a
A CSV file, around 1 TB in size, is generated daily on an on-premise server. A corresponding table, internal stage, and file format have already been created in Snowflake to facilitate the data loading process.
How can the process of bringing the CSV file into Snowflake be automated using the LEAST amount of operational overhead?
b
A Data Engineer executes a complex query and wants to make use of Snowflakes query results caching capabilities to reuse the results.
Which conditions must be met? (Choose three.)
edf
A Data Engineer wants to create a new development database (DEV) as a clone of the permanent production database (PROD). There is a requirement to disable Fail-safe for all tables.
Which command will meet these requirements?
c