A company has implemented Snowflake replication between two Snowflake accounts, both ofwhich are running on a Snowflake Enterprise edition. The replication is for the
database APP_DB containing only one schema, APP_SCHEMA. The company's Time Travel retention policy is currently set for 30 days for both accounts. An Administrator
has been asked to extend the Time Travel retention policy to 60 days on the secondary database only.
How can this requirement be met?
The following SQL command was executed:
Use role SECURITYADMIN;
Grant ownership
On future tables
In schema PROD. WORKING
To role PROD_WORKING_OWNER;
Grant role PROD_WORKING_OWNER to role SYSADMIN;
Use role ACCOUNTADMIN;
Create table PROD.WORKING.XYZ (value number) ;
Which role(s) can alter or drop table XYZ?
A Snowflake user runs a complex SQL query on a dedicated virtual warehouse that reads a large amount of data from micro-partitions. The same user wants to run another
query that uses the same data set.
Which action would provide optimal performance for the second SQL query?
A data provider wants to share data from multiple databases with a data consumer account.
How can this be accomplished?
When adding secure views to a share in Snowflake, which function is needed to authorize users from another account to access rows in a base table?
What SCIM integration types are supported in Snowflake? (Select THREE).
A team is provisioning new lower environments from the production database using cloning. All production objects and references reside in the database, and do not have
external references.
What set of object references needs to be re-pointed before granting access for usage?
When a role is dropped, which role inherits ownership of objects owned by the dropped role?
What are benefits of using Snowflake organizations? (Select TWO).
What are benefits of creating and maintaining resource monitors in Snowflake? (Select THREE).