nerdexam
Snowflake

ARA-C01 · Question #8

A company has an inbound share set up with eight tables and five secure views. The company plans to make the share part of its production data pipelines. Which actions can the company take with the in

The correct answer is A. Clone a table from a share. D. Create additional views inside the shared database.. These two actions are possible with an inbound share, according to the Snowflake documentation and the web search results. An inbound share is a share that is created by another Snowflake account (the provider) and imported into your account (the consumer). An inbound share allow

Data Governance and Data Sharing

Question

A company has an inbound share set up with eight tables and five secure views. The company plans to make the share part of its production data pipelines. Which actions can the company take with the inbound share? (Choose two.)

Options

  • AClone a table from a share.
  • BGrant modify permissions on the share.
  • CCreate a table from the shared database.
  • DCreate additional views inside the shared database.
  • ECreate a table stream on the shared table.

How the community answered

(24 responses)
  • A
    88% (21)
  • B
    8% (2)
  • E
    4% (1)

Explanation

These two actions are possible with an inbound share, according to the Snowflake documentation and the web search results. An inbound share is a share that is created by another Snowflake account (the provider) and imported into your account (the consumer). An inbound share allows you to access the data shared by the provider, but not to modify or delete it. However, you can perform some actions with the inbound share, such as: Clone a table from a share. You can create a copy of a table from an inbound share using the CREATE TABLE ... CLONE statement. The clone will contain the same data and metadata as the original table, but it will be independent of the share. You can modify or delete the clone as you wish, but it will not reflect any changes made to the original table by the provider. Create additional views inside the shared database. You can create views on the tables or views from an inbound share using the CREATE VIEW statement. The views will be stored in the shared database, but they will be owned by your account. You can query the views as you would query any other view in your account, but you cannot modify or delete the underlying objects from the

Topics

#Data Sharing#Data Consumers#Cloning#Views

Community Discussion

No community discussion yet for this question.

Full ARA-C01 Practice