Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When using the INSERT OVERWRITE command to reload the customer_sales table, how does it affect the ability to review previous versions of the data?
INSERT OVERWRITE
customer_sales
A
Overwrites the data in the table, all historical versions of the data, you can not time travel to previous versions
B
Overwrites the current version of the data but clears all historical versions of the data, so you can not time travel to previous versions.
C
Appends the data to the current version, you can time travel to previous versions
D
By default, overwrites the data and schema, you cannot perform time travel
E
Overwrites the data in the table but preserves all historical versions of the data, you can time travel to previous versions