Tagged Questions

2
votes
4answers
326 views

Is it possible to compare two tables when no common key exists between them?

I have two tables that I would like to compare for duplicates. These tables are just basic company information fields like name, city, state, etc. The only possibly common field that I can see would ...