Find The Names Of All Branches That Have Assets Greater Than #544

Online Quiz This subjective question is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Practical Questions Solved Past Paper No. 1.

Question 1: Find the names of all branches that have assets greater than atleast one branch located in Brooklyn.
Answer:
select branch_name from branch where assets > (select min(assets) from branch where branch_city = ‘Brooklyn’);

Choose an organization

Theme Customizer

Gaussian Texture



Gradient Background