Snowflake SnowPro Core Practice Test - Questions Answers, Page 44
List of questions
Related questions
Which of the following SQL statements will list the version of the drivers currently being used?
Execute SELECT CURRENT_ODBC_CLlENT(); from the Web Ul
Execute SELECT CURRENT_JDBC_VERSION() ; from SnowSQL
Execute SELECT CURRENT_CLIENT(); from an application
Execute SELECT CURRENT_VERSION (); from the Python Connector
When snaring data in Snowflake. what privileges does a Provider need to grant along with a share? (Select TWO).
USAGE on the specific tables in the database.
USAGE on the specific tables in the database.
MODIFY on 1Mb specific tables in the database.
USAGE on the database and the schema containing the tables to share
OPEBATE on the database and the schema containing the tables to share.
Which view in SNOWFLAKE.ACCOUNT_USAGE shows from which IP address a user connected to Snowflak?
ACCESS_HOSTORY
LOGIN_HISTORY
SESSIONS
QUERY HISTORY
Given the statement template below, which database objects can be added to a share?(Select TWO).
GRANT ON <object> <object_name> To SHARE <share_name>;
Secure functions
Stored procedures
Streams
Tables
Tasks
How can an administrator check for updates (for example, SCIM API requests) sent to Snowflake by the identity provider?
ACCESS_HISTORY
LOAD_HISTORY
QUERY_HISTORY
REST EVENT HISTORY
Which object type is granted permissions for reading a table?
User
Role
Attribute
Schema
When should a stored procedure be created with caller's rights?
When the caller needs to be prevented from viewing the source code of the stored procedure
When the caller needs to run a statement that could not execute outside of the stored procedure
When the stored procedure needs to run with the privileges of the role that called the stored procedure
When the stored procedure needs to operate on objects that the caller does not have privileges on
Which function can be used with the copy into <location> statement to convent rows from a relational table to a single variant column, and to unload rows into a JSON file?
FLATTEN
OBJECT_AS
OBJECT_CONSTRUCT
TO VARIANT
By default, which role can create resource monitors?
ACCOUNTADMIN
SECURITYADMIN
SYSADMIN
USERADMIN
What happens to the privileges granted to Snowflake system-defined roles?
The privileges cannot be revoked.
The privileges can be revoked by an ACCOUNTADMIN.
The privileges can be revoked by an orgadmin.
The privileges can be revoked by any user-defined role with appropriate privileges.
Question