*This post is locked for comments
I have the same question (0)If you have imported new data and then you delete this data, you’re in the same situation before the import was executed. The DELETE instruction deletes a record, so in your question it’s not clear if by saying “import” you mean add a new record or update existing record.
If you mean update, if then you perform a delete on the same record it will never exists.