Given two tables. The first is a list of 100 words.
The second contains up to 20 words, constantly changing. At any time I would like to know what words exist in the second table that are NOT in the first table. I have been playing with the different type of Joins but without success in getting the ones that are NOT in the large table. I can get the ones in common. What am I missing?
The second contains up to 20 words, constantly changing. At any time I would like to know what words exist in the second table that are NOT in the first table. I have been playing with the different type of Joins but without success in getting the ones that are NOT in the large table. I can get the ones in common. What am I missing?