Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 55

A role is created and owns 2 tables. This role is then dropped. Who will now own the two tables?

    Correct Answer: D

    In Snowflake, when a role is dropped, the ownership of any objects owned by that role, such as tables, is transferred to the role that executes the DROP ROLE command. Therefore, the assumed role that dropped the role will now own the two tables.

Discussion
uncle_benzOption: D

A user can't own a table. Ownership of any objects owned by the dropped role is transferred to the *role* that executes the DROP ROLE command.

TapsinhaOption: D

D Ownership of any objects owned by the dropped role is transferred to the role that executes the DROP ROLE command. To transfer ownership of each of these objects to a different role, use GRANT OWNERSHIP … COPY CURRENT GRANTS.

Josa2Option: D

D is the RIGHT ANSWER https://docs.snowflake.com/en/sql-reference/sql/drop-role#usage-notes Ownership of any objects owned by the dropped role is transferred to the role that executes the DROP ROLE command. To transfer ownership of each of these objects to a different role, use GRANT OWNERSHIP … COPY CURRENT GRANTS.

_yyuktaOption: D

D is correct

BobFarOption: D

Correct answer is D Ownership of any objects owned by the dropped role is transferred to the role that executes the DROP ROLE command. https://docs.snowflake.com/en/sql-reference/sql/drop-role#usage-notes

seaunOption: D

D is correct

lostriOption: D

Answer is D

Mallikharjuna452Option: D

D is Correct

PrashantGupta1616Option: D

D. The assumed role that dropped the role In Snowflake, when a role is dropped, the ownership of objects owned by that role (such as tables) is transferred to the role that performed the drop operation. Therefore, the assumed role that dropped the role will now own the two tables.

Marge23Option: D

D. Dropped roles cannot be recovered; they must be recreated. Ownership of any objects owned by the dropped role is transferred to the role that executes the DROP ROLE command. To transfer ownership of each of these objects to a different role, use GRANT OWNERSHIP … COPY CURRENT GRANTS.

magnasiun1Option: D

D is the RIGHT ANSWER

Mayuri917233Option: D

D is correct

AndroJSOption: D

Users don´t own objects, role does so answer is D

Tapasgup007Option: D

D is correct

greenleverOption: B

B is correct

greenleverOption: B

B Correct