A table, mytable, is created using the following command in a schema called raw:
create table mytable(col1 number, col2 date) data_retention_time_in_days=90;
The DATA_RETENTION_TIME_IN_DAYS is set to 30 days for the raw schema.
If the raw schema gets dropped today, for how many days will the data in mytable be accessible through Time Travel?
e970753
17 hours, 37 minutes ago