Snowflake SnowPro-Core - SnowPro Core Certification Exam
What SQL command would be used to view all roles that were granted to user.1?
What is a limitation of a Materialized View?
A user needs to create a materialized view in the schema MYDB.MYSCHEMA.
Which statements will provide this access?
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 semi-structured file formats are supported when unloading data from a table? (Select TWO).
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?
What happens when an external or an internal stage is dropped? (Select TWO).
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)
Which data types does Snowflake support when querying semi-structured data? (Select TWO)
Will data cached in a warehouse be lost when the warehouse is resized?
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?
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
Which of the following commands cannot be used within a reader account?
What data is stored in the Snowflake storage layer? (Select TWO).
