Skip to main content
All Problems
easy0% acceptance

List All Branches

The operations team needs an overview of the bank's branch network. Write a query that returns the name and city of every branch, sorted alphabetically by branch name.

Schema

🔑idINT
nameTEXT
cityTEXT
stateTEXT
manager_nameTEXT
opened_atTEXT
postgresql

Run your query to see results

Press Ctrl + Enter to execute