A data engineer is overwriting data in a table by deleting the table and recreating the table. Another data engineer suggests that this is inefficient and the table should simply be overwritten instead. Which of the following reasons to overwrite the table instead of deleting and recreating the table is incorrect?
a) It preserves the table's metadata
b) It is faster
c) It maintains the table's permissions
d) It reduces the risk of errors during recreation

Q&A Education