Video deck Flashcards
How many days is the query history maintained in the history tab of the classic UI?
14
Which object does an external function make use of to hold security related information?
API integration
What is the recommended compressed file size when loading data into Snowflake?
100-250mb
How many databases objects can a data provider add to a SHARE object? Choose one correct value.
1
How many database objects can a data provider add to a SHARE object? Choose one correct value.
Unlimited
Which system function is called to retrieve clustering metadata for a column or columns?
system$clustering_information
How many accounts can a data consumer share a shared database with? Choose one correct value.
0 - Data consumers cannot re-share shared database objects.
Which symbols are used when referencing a user stage via SQL? Choose one correct value.
@~
Which symbols are used when referencing a table stage via SQL? Choose one correct value.
@%
The account usage share contains a database called SNOWFLAKE. The views in this database are used to provide fine-grained metrics at the account and object level. What is the maximum number of months data in these views available for? Choose one correct value.
12 - Certain account usage views provide historical usage metrics. The retention period for these views is 1 year.
The COPY INTO <table> statement does NOT require a virtual warehouse to run. True or false?
False
Which system-defined role is it recommended to assign custom roles to? Choose one correct value.
If custom roles are not assigned to the SYSADMIN role, system admins will not be able to manage the objects owned by the custom role.
Every securable object is owned by a single role. True or false?
True
What is the default value for the table property DATA_RETENTION_TIME_IN_DAYS for an account on the enterprise edition of Snowflake?
The default value for DATA_RETENTION_TIME_IN_DAYS is 1 for all editions of Snowflake.
If the query profile indicates queries are regularly spilling to remote storage what are the recommended solutions?
Increase the size of the Virtual Warehouse.
Process data in smaller batches.