In a Texis database, which of the following methods would be faster?
1. Update records in 1st table with values from a 2nd table.
or
2. Delete records in the 1st table that exist in the 2nd table and then insert records from the 2nd table into the 1st.
1. Update records in 1st table with values from a 2nd table.
or
2. Delete records in the 1st table that exist in the 2nd table and then insert records from the 2nd table into the 1st.