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?
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
A user needs to create a materialized view in the schema MYDB.MYSCHEMA.
Which statements will provide this access?
What happens when a cloned table is replicated to a secondary database? (Select TWO)
What is a best practice after creating a custom role?
What Snowflake features allow virtual warehouses to handle high concurrency workloads? (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?
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?
During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?
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?