inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] 두 테이블 결합하기

    silver's avatar
    silver
    Feb 24, 2025
    [SQL문제풀기] 두 테이블 결합하기
    Contents
    문제

    문제

    solvesql.com
    solvesql.com
    https://solvesql.com/problems/join/

    내가 작성한 정답

    select distinct athlete_id from events e join records r on e.id = r.event_id where sport = 'Golf'
     
    Share article

    silver

    RSS·Powered by Inblog