[プログラマー]紛失した記録を探す


1.問題リンク
2、「」を参照してください。

1.トラブルシューティング



https://yoo-hyeok.tistory.com/98

2.ソースコード

select O.animal_id, O.name from animal_outs as O
left join animal_ins as I on I.animal_id = O.animal_id where I.animal_id is null
order by O.animal_id