So I have 2 tables, with the following columns:
-Sellers (name, userid)
-Products (name, id, sellerid)
So, the userid from Seller table is the same as the sellerid from Products table.
Now I need to create a query to return which are the sellers that have no product created at the products table.
Can you help me out?
Thanks