have this code:
select clientinfo.client_surname, mi.medicine_price from clientinfo join orderinfo oi on oi.client_id = clientinfo.client_id join ord