ARA-C01 · Question #106
The data share exists between a data provider account and a data consumer account. Five tables from the provider account are being shared with the consumer account. The consumer role has been granted
The correct answer is D. The consumer role will see the table only after this grant is given on the provider side:. When a new table (table_6) is added to a schema in the provider's account that is part of a data share, the consumer will not automatically see the new table. The consumer will only be able to access the new table once the appropriate privileges are granted by the provider. The c
Question
The data share exists between a data provider account and a data consumer account. Five tables from the provider account are being shared with the consumer account. The consumer role has been granted the imported privileges privilege. What will happen to the consumer account if a new table (table_6) is added to the provider schema?
Options
- AThe consumer role will automatically see the new table and no additional grants are needed.
- BThe consumer role will see the table only after this grant is given on the consumer side:
- CThe consumer role will see the table only after this grant is given on the provider side:
- DThe consumer role will see the table only after this grant is given on the provider side:
How the community answered
(33 responses)- A3% (1)
- C3% (1)
- D94% (31)
Explanation
When a new table (table_6) is added to a schema in the provider's account that is part of a data share, the consumer will not automatically see the new table. The consumer will only be able to access the new table once the appropriate privileges are granted by the provider. The correct process, as outlined in option D, involves using the provider's ACCOUNTADMIN role to grant USAGE privileges on the database and schema, followed by SELECT privileges on the new table, specifically to the share that includes the consumer's database. This ensures that the consumer account can access the new table under the established data sharing setup.
Topics
Community Discussion
No community discussion yet for this question.