
Ultimate access to all questions.
While investigating a data issue, you attempted to review yesterday's version of a table using the command SELECT * FROM table_name TIMESTAMP AS OF date_sub(current_date(), 1). However, you discovered that you could no longer access the historical data, despite the table history (DESCRIBE HISTORY table_name) showing updates from yesterday. What could be the reason for this inability to access the historical data?*
A
You currently do not have access to view historical data.
B
By default, historical data is cleaned every 180 days in DELTA.
C
A command VACUUM table_name RETAIN 0 was run on the table._
D
Time travel is disabled.
E
Time travel must be enabled before you query previous data.