I have found a ton of examples showing how to Merge data using Databricks Delta Table Merge to load data to SQL DB. However, I'm trying to find examples whereby trying to load data to SQL DB without Databricks Delta Merge fails.
This is because I'm having trouble getting my head around knowing a situation where I should be using Databricks Delta Merge.
Therefore, can someone point me to a link showing where loading data to SQL DB from Databricks would fail withou Databricks Delta Merge, alternatively steps I would have to take to merge without Databricks Delta Lake Merge?