Which Snowflake technique can be used to improve the performance of a query?
What tasks can be completed using the copy command? (Select TWO)
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
What is the MOST performant file format for loading data in Snowflake?
Which stage type can be altered and dropped?
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?
What happens when a virtual warehouse is resized?
Which of the following objects can be shared through secure data sharing?
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?
What can be used to view warehouse usage over time? (Select Two).
Which cache type is used to cache data output from SQL queries?
User-level network policies can be created by which of the following roles? (Select TWO).
When unloading to a stage, which of the following is a recommended practice or approach?
What SQL command would be used to view all roles that were granted to user.1?
Which of the following describes external functions in Snowflake?