SELECT agents.agent_name,customer.cust_name, customer.cust_city FROM agents,customer WHERE agents.working_area=customer.cust_city;