How can i write SQL INSERT IntO Statement that will add in the database only new values in the database, and skip the ones already in the database?

Thanks