코딩테스트 연습 > IS NULL > 이름이 없는 동물의 아이디 https://school.programmers.co.kr/learn/courses/30/lessons/59039
SELECT animal_id from animal_ins where name is null
where 컬럼 is null -> 해당 컬럼이 null 인 값을 조건으로 건다.