nerdexam
SnowflakeSnowflake

DEA-C02 · Question #115

DEA-C02 Question #115: Real Exam Question with Answer & Explanation

Sign in or unlock DEA-C02 to reveal the answer and full explanation for question #115. The question stem and answer options stay visible for context.

Security and Governance

Question

A table was created under MY_SCHEMA: CREATE TABLE my_schema.orders ( order_id INT, order_item_nr INT ) DATA_RETENTION_TIME_IN_DAYS = 5; The DATA_RETENTION_TIME_IN_DAYS value on the schema is reset to = 10. Then a new table is created under MY_SCHEMA: CREATE TABLE my_schema.final( final_order_id INT, final_order_item_nr INT); What will happen if the Time Travel DATA_RETENTION_TIME_IN_DAYS value at the schema level is changed from = 10 to = 20?

Options

  • AThe DATA_RETENTION_TIME_IN_DAYS cannot be set at the schema level, so the command will
  • BThe DATA_RETENTION_TIME_IN_DAYS on the orders table will not change, but on the final
  • CThe DATA_RETENTION_TIME_IN_DAYS will be set at = 20 for both the orders table and the
  • DThe DATA_RETENTION_TIME_IN_DAYS will remain the same for both the orders table and the

Unlock DEA-C02 to see the answer

You've previewed enough free DEA-C02 questions. Unlock DEA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Time Travel#Data Retention#Schema Properties#Table Properties
Full DEA-C02 PracticeBrowse All DEA-C02 Questions