본문 바로가기

algorithm

[programmers] MySQL - Lv.2 동물 수 구하기 (sum, max, min)

문제

 

 

 

 

풀이

 

select count(*) from animal_ins;