Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following reasons to overwrite the table instead of deleting and recreating the table is incorrect?
A
Overwriting a table is efficient because no files need to be deleted.
B
Overwriting a table results in a clean table history for logging and audit purposes.
C
Overwriting a table maintains the old version of the table for Time Travel.
D
Overwriting a table is an atomic operation and will not leave the table in an unfinished state.
E
Overwriting a table allows for concurrent queries to be completed while in progress.