Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Why does dropping a Delta table only delete the table's metadata, leaving the data files intact in storage?
A
The table is deep cloned
B
Delta prevents deleting files less than retention threshold, ensuring no long-running operations reference files to be deleted
C
The user running the command lacks permission to delete the data files
D
The table is external
E
The table is managed