SELECT ct.name,.name FROM customers ct, items AS it WHERE it.seller_id=.id;
SELECT customers.name, items.name FROM customers LEFT JOIN items customers.id=seller_id;