Level 5: Container Hierarchy Flashcards
Which of these are Snowflake table types?
Permanent
External
Temporary
Transient
Which of the following are Snowflake view types?
Secure
Standard
Materialized
What are the three Snowflake Stage types?
User
Table
Named
Named stages come in two varieties, what are they?
Internal
External
Which type of view is most like a table?
Materialized
Which type of view has an extra layer of protection to hide the SQL code from unauthorized viewing?
Secure
In a Snowflake account named MX43210, you need to set a user’s default namespace to a database called MYDB and the PUBLIC schema. Which of the following commands would you use?
set default_namespace = mydb.public
Which statements are true about the Snowflake container hierarchy? Select all that apply
Accounts contain databases which contain schemas.
Schemas contain tables as well as views
In the Snowflake container hierarchy, what container is represented as a URL (for example: https://HJ54364.snowflakecomputing.com)?
Account
Fail-Safe is a seven-day history of data and is automatically available on which table types?
Permanent
Each Snowflake account comes with two shared databases. One is a set of sample data and the other contains Account Usage information. Check all true statements about these shared databases.
SNOWFLAKE contains a schema called ACCOUNT_USAGE
SNOWFLAKE_SAMPLE_DATA contains several schemas from TPC (tpc.org)
ACCOUNT USAGE is a schema filled with secure views
Which of the following statements are true about Fail-safe?
Only a Snowflake employee can recover data from Fail-safe storage.
The data stored as part of Fail-safe is part of storage costs charged to customers
Time travel is available for which table types?
Permanent
Temporary
Transient
Which types of stages are automatically available in Snowflake and do not need to be created or configured?
User
Table
Which table type disappears after the close of the session and therefore has no Fail-safe, and no Time Travel options after the close of the session?
Temporary