What happens to the objects in a reader account when the DROP MANAGED ACCOUNT command is executed?
What happens to the objects in a reader account when the DROP MANAGED ACCOUNT command is executed?
Executing the DROP MANAGED ACCOUNT command removes the reader account and all its objects. This means that the tables, views, and other database objects within the reader account are permanently deleted. Therefore, the objects are dropped.
A https://docs.snowflake.com/en/sql-reference/sql/drop-managed-account
Correct Answer: A. The objects are dropped. The objects are dropped: Executing the DROP MANAGED ACCOUNT command removes the reader account and all its objects. This means that the tables, views, and other database objects within the reader account are permanently deleted.
"Removes a managed account, including all objects created in the account, and immediately restricts access to the account." https://docs.snowflake.com/en/sql-reference/sql/drop-managed-account