Respuesta :
Answer:
Explanation:
select * from customer where balance > (select avg(balance)
from customer) and credit_limit > (select avg(credit_limit) from customer);
Answer:
Explanation:
select * from customer where balance > (select avg(balance)
from customer) and credit_limit > (select avg(credit_limit) from customer);