I have a table of products:
book1
book2...
book10
I get product updates (new/changed) from an outside source.
book11
book12
Along with the updates, I get a list of current products.
book2
book3
book5
book11
book12
Any product not on the list is no longer valid. How do I delete the records that aren't on the list of current products?
Any help or pointing in the right direction is greatly appreciated.