nerdexam
Snowflake

ADA-C01 · Question #71

An Administrator has a table named SALES_DATA which needs some edits, but the Administrator does not want to change the main table data. The Administrator decides to make a transient copy of this…

The correct answer is B. Use the following SQL command: D. Transient tables will persist until explicitly dropped and contribute to overall storage costs. The COPY GRANTS option can be used to copy all privileges, except OWNERSHIP, from the existing table to the new transient table. This option also preserves any future grants defined for the object type in the schema.

Data and Access Management

Question

An Administrator has a table named SALES_DATA which needs some edits, but the Administrator does not want to change the main table data. The Administrator decides to make a transient copy of this table and wants the transient table to have all the same permissions as the original table. How can the Administrator create the transient table so it inherits the same permissions as the original table, and what considerations need to be made concerning the requirements? (Choose two.)

Options

  • AUse the following SQL command:
  • BUse the following SQL command:
  • CUse the following SQL commands:
  • DTransient tables will persist until explicitly dropped and contribute to overall storage costs.
  • ETransient tables will be purged at the end of the user session and do not have any Fail-safe

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    78% (31)
  • C
    15% (6)
  • E
    3% (1)

Explanation

The COPY GRANTS option can be used to copy all privileges, except OWNERSHIP, from the existing table to the new transient table. This option also preserves any future grants defined for the object type in the schema.

Topics

#transient tables#COPY GRANTS#table cloning#storage costs

Community Discussion

No community discussion yet for this question.

Full ADA-C01 Practice