I have two tables with products. Each table has same products but named a little different or completely different, eg. ("Broadband Services" vs "High Speed Internet"). As you can see the product is the same, but names are different. Ideally I would like to have automated process that would point to identical products just by their names in both of the tables.
There is no Foreign key or anything that could be used as unique identifier in both of the tables.
Please suggest something.
Find same products named differently in different tables that do not have a common unique property