Hi! I’m using Heidi SQL to access a database. It gives me several options when exporting a database, i.e.:
DELETE + INSERT (truncate existing data)
INSERT
INSERT IGNORE (do not update existing)
REPLACE existing data
Can you please explain the differences between these options? Especially between the first one and the second one and the first one and the last one. Thanks