코딩테스트 연습 > String, Date > 루시와 엘라 찾기
https://school.programmers.co.kr/learn/courses/30/lessons/59046

in을 이용하여 해당 이름 중에 있나 확인한다.
SELECT animal_id, name, sex_upon_intake
from animal_ins
where name IN('Lucy','Ella','Pickle','Rogan','Sabrina','Mitty')
order by animal_id asc