Checking data in sql

hi, i want to create a flow where by i read data from excel and do a SELECT statement in SQL to check if it already exists.if it exist, i want to skip the insertion of that data into SQL and if it does NOT exists, i want to insert into SQL. Anyone able to help? thank you.

An example