Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When cloning tables in Databricks, which statement accurately describes the impact of changes made to deep or shallow clones on the source table?
A
Modifications to either deep or shallow clones influence the source table unless the CASCADE option is set to False.
B
Alterations to deep clones are confined to the clones themselves, whereas changes to shallow clones impact the source table.
C
Changes to shallow clones remain within the clones, but modifications to deep clones reach back to the source table.
D
Regardless of the clone type, changes affect only the clones and leave the source table untouched.
E
Both deep and shallow clone modifications propagate to the source table.