All problems

Checking Account Holders

easySQLFiltering

Northline Bank is rolling out a new checking-account feature.

customers

id name account_type city
1 Farah Idris checking Chicago
2 Grant Boyle savings Miami
3 Hana Suzuki checking Chicago
4 Ibrahim Njoku savings Miami
5 Jade Wu checking Seattle

Task: Write a query that returns the name of every customer with account_type = 'checking', sorted alphabetically by name.

Example output — shape only, on invented names.

name
Bruno Salas
Nadia Okonkwo

Sign in to solve this problem

Reading problems is free for everyone — solving them (Run, Submit, and tracking what you've solved) needs an account.

Sign in

Discussion

Sign in to join the discussion — reading is open to everyone.

Loading comments…