name 열에 있는 데이터의 개수를 세면 되므로 count 함수를 이용하되 중복되는 이름은 하나로 치므로 distinct를 붙여준다.
select count(distinct name) from animal_ins