Patients Ordered Alphabetically
The registrar is printing the patient directory. Output each patient's first and last name, sorted first by last name then by first name (ascending).
Expected output sample
This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.
| last_name | first_name |
|---|---|
| Brooks | Mary |
| Carter | Eve |
| Davis | John |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in