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…
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)- A3% (1)
- B6% (2)
- C79% (26)
- D12% (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
Community Discussion
No community discussion yet for this question.