nerdexam
Snowflake

ARA-C01 · Question #166

An Architect needs to allow a user to create a database from an inbound share. To meet this requirement, the user's role must have which privileges? (Choose two.)

The correct answer is C. CREATE DATABASE; E. IMPORT DATABASE. According to the Snowflake documentation, to create a database from an inbound share, the user's role must have the following privileges: The CREATE DATABASE privilege on the current account. This privilege allows the user to create a new database in the account. The IMPORT…

Data Governance and Data Sharing

Question

An Architect needs to allow a user to create a database from an inbound share. To meet this requirement, the user's role must have which privileges? (Choose two.)

Options

  • AIMPORT SHARE;
  • BIMPORT PRIVILEGES;
  • CCREATE DATABASE;
  • DCREATE SHARE;
  • EIMPORT DATABASE;

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    79% (26)
  • D
    12% (4)

Explanation

According to the Snowflake documentation, to create a database from an inbound share, the user's role must have the following privileges: The CREATE DATABASE privilege on the current account. This privilege allows the user to create a new database in the account. The IMPORT DATABASE privilege on the share. This privilege allows the user to import a database from the share into the account.

Topics

#Data Sharing#Privileges#Role-Based Access Control#Database Creation

Community Discussion

No community discussion yet for this question.

Full ARA-C01 Practice