Which statement describes how Snowflake supports reader accounts?
Which statement describes how Snowflake supports reader accounts?
The SHOW MANAGED ACCOUNTS command allows viewing all the reader accounts that have been created for an account. Reader accounts in Snowflake are managed accounts that allow consumers to access shared data without becoming a licensed Snowflake customer. This command supports user management by listing these accounts, hence helping in managing data access and usage.
D is correct https://docs.snowflake.com/en/sql-reference/sql/show-managed-accounts.html
A is right answer
reader account wont be having their own data
well, it's a bit tricky question! if they have their own data and will able to download the shared data they can combine it?
that is right. A is a valid answer
SHOW MANAGED ACCOUNTS Lists the managed accounts created for your account. Currently used by data providers to create reader accounts for their consumers. https://docs.snowflake.com/en/sql-reference/sql/show-managed-accounts.html
D https://docs.snowflake.com/en/user-guide/data-sharing-reader-create#viewing-reader-accounts
Tricky question. D is for sure a true statement, the command shows all readers accounts, however.. The question is about supporting readers accounts. Does the SHOW MANAGED ACCOUNTS anyhow supports readers accounts? It is just an information. On the other hand, if granted the download privilege, a reader account can download shared data and use other means to compare it with own data. I'm voting for A
D is correct per the links other uses shared. However, A is not wrong
D is correct
correct
SHOW MANAGED ACCOUNTS https://docs.snowflake.com/en/sql-reference/sql/show-managed-accounts
Reader accounts are read only so A is wrong...D is correct