Asked what is wrong with the following SQLcode:
ed 7.00 on What’s wrong with this SQL code? select customername, sum(quantityordered) as totalq from customers c, orders, o, orderdetails d where c.customernumber o.customernumber group by customername having totalq < 400; Select one a. Nothing. This code will work fine. b. customername must
OR
OR