
Ultimate access to all questions.
When a deep clone of a Delta table named 'tickets' is created as 'deep_tickets', and then a shallow clone named 'shallow_tickets' is made from 'deep_tickets', what happens to the data in the original 'tickets' table and the 'deep_tickets' table when records are added to 'shallow_tickets'?_
A
The records added to the 'shallow_tickets' table will be added to the 'tickets' table but will not be added to the 'deep_tickets' table.
B
The records added to the 'shallow_tickets' table will not be added to the 'tickets' table or the 'deep_tickets' table.
C
The records added to the 'shallow_tickets' table will be added to the 'tickets' table as well as the 'deep_tickets' table.
D
The records added to the 'shallow_tickets' table will not be added to the 'tickets' table but will be added to the 'deep_tickets' table.
E
The records cannot be added to the 'shallow_tickets' table as it is a shallow clone of a deep-cloned table._