Exam SnowPro Advanced Architect All QuestionsBrowse all questions from this exam
Question 17

How do Snowflake databases that are created from shares differ from standard databases that are not created from shares? (Choose three.)

    Correct Answer: A, C, D

    Shared databases are read-only, meaning users can view and query data but cannot insert, update, or create objects within the database. These databases also cannot be cloned, which is a key difference from standard databases. Additionally, shared databases do not support Time Travel, a feature that allows for access to historical data. These three characteristics distinctly differentiate shared databases from standard databases in Snowflake.

Discussion
Jay_98_11Options: ACD

Should be ACD

jjordanOptions: ACE

https://docs.snowflake.com/en/sql-reference/sql/create-database#general-usage-notes - Databases created from shares differ from standard databases in the following ways: - They do not have the PUBLIC or INFORMATION_SCHEMA schemas unless these schemas were explicitly granted to the share. - They cannot be cloned. Properties, such as TRANSIENT and DATA_RETENTION_TIME_IN_DAYS, do not apply.

umidjon03

So why E?

VenkataSriOptions: ACD

Answer ACD is correct

hillcat111Options: ADE

Answer is A,D,E and is validated Explanation Shared databases are read-only. Users in a consumer account can view/query data, but cannot insert or update data, or create any objects in the database. The following actions are not supported: Creating a clone of a shared database or any schemas/tables in the database. Time Travel for a shared database or any schemas/tables in the database. Editing the comments for a shared database. Databases created from shares differ from standard databases in the following ways: They do not have the PUBLIC or INFORMATION_SCHEMA schemas unless these schemas were explicitly granted to the share. They cannot be cloned. Properties, such as TRANSIENT and DATA_RETENTION_TIME_IN_DAYS, do not apply.

GLEM

These explanation indicate answer ACD though.

prshntdxt7

So answer should be ACD right...

serg_kharOptions: ACD

User qqcvd provided explanation

qqcvdOptions: ADE

The following actions are not supported: Time Travel for a shared database or any schemas/tables in the database. -> https://docs.snowflake.com/en/user-guide/data-share-consumers Databases created from shares differ from standard databases in the following ways: They do not have the PUBLIC or INFORMATION_SCHEMA schemas unless these schemas were explicitly granted to the share. -> https://docs.snowflake.com/en/sql-reference/sql/create-database