Search posts...
select distinct athlete_id from events e join records r on e.id = r.event_id where sport = 'Golf'
silver