Have a table called user_products that contains a record for each product the user has licensed.
user_id, product_id, (a few other fields like timestamp)
I have 18 products, but want to find all users that have a record for product 3 AND a record for product 4, then delete the record that they have for product 3.
or with
JOIN: