코딩테스트 연습 > IS NULL > 이름이 있는 동물의 아이디 https://school.programmers.co.kr/learn/courses/30/lessons/59407
이름이 있는 동물의 아이디 문제와 정 반대이다.
SELECT animal_id from animal_ins where name is not null order by animal_id asc