lovepink5591 lovepink5591 23-12-2022 Computers and Technology Answered The following query will execute without errors. select customer.customer_name, salesman.sales_quota from customer where customer.salesman_id = (select salesman_id where lname = 'SMITH'); True False