You are on page 1of 1

pregunta 15

a)select customer_name from customers where branches.branch_city='BROOKLYN';


b)select sum(amount) from loan;
c)select A.branch_name from branches A, branches B where A.assets>B.assets and B
.branch_city='BROOKLYN';
pregunta 16
a)select employee_name from employee where company_name='first bank corporation'
b)select employee_name from employee where employee."city"=company."city"

You might also like