Which copy INTO command outputs the data into one file?
Which of the following describes how multiple Snowflake accounts in a single organization relate to various cloud providers?
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 are the default Time Travel and Fail-safe retention periods for transient tables?
Which command can be used to stage local files from which Snowflake interface?
Which command is used to unload data from a Snowflake table into a file in a stage?
A company's security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?
Which semi-structured file formats are supported when unloading data from a table? (Select TWO).
User-level network policies can be created by which of the following roles? (Select TWO).
A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)
What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?
True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.
What are ways to create and manage data shares in Snowflake? (Select TWO)
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?
What SQL command would be used to view all roles that were granted to user.1?
Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)
True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.
A virtual warehouse's auto-suspend and auto-resume settings apply to which of the following?