I'm loading data to SQL DB from Azure Databricks with below scenario.
- I have Table in Azure DB mysalesorder
 - i have some files in ADLS which have similar data like mySalesOrder
 - I am inserting data into Azure SQL DB using Azure databricks notebook.
 
No I can insert data from ADLS files to AZURE SQL DB using Azure Databricks jdbc.
but i want to know how can i prevent from duplicate row entries into the table from adls files.