Hi All,
We have a table of about 25 GB where data is truncated daily and loaded. Few existing data in the table is inserted or updated.
Which will be a better option, to delete the selected rows and insert the updated values or to truncate the table and load the entire table once again?
Will the same logic be applicable for smaller tables?