[SQL] 어린 동물 찾기 [SQL] 어린 동물 찾기 2020.04.19 Roel Downey 어린 동물 찾기 문제 - 문제 링크: 프로그래머스 풀이 -- 코드를 입력하세요 select animal_id, name from animal_ins where intake_condition not in ("Aged") order by animal_id;