Which of the following activities consume virtual warehouse credits in the Snowflake environment? (Choose two.)
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
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?
The Snowflake Cloud Data Platform is described as having which of the following architectures?
Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)