#143

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_namefirst_name
BrooksMary
CarterEve
DavisJohn

Your query result will appear here