A data engineer has been using a Delta table for the testing of one of the newly launched products. Two new data engineers need to add some more test cases to the delta table but the original table cannot be accessed by them. Both the data engineers request a copy of the original table. The first data engineer was given a copy of the original table using the DEEP CLONE while the second one got the copy using the SHALLOW CLONE . Which scenario explains the insertion of records by the data engineers into the copies of the original table?