"""
출처:프로그래머스,
https://school.programmers.co.kr/learn/courses/30/lessons/151136
"""
"""
풀이 과정
# 반올림 함수 round
SELECT round(avg(DAILY_FEE))
from CAR_RENTAL_COMPANY_CAR
where CAR_TYPE ="SUV"
"""
Lv1 프로그래머스(Programmers)[Mysql] 평균 일일 대여 요금 구하기
"""
출처:프로그래머스,
https://school.programmers.co.kr/learn/courses/30/lessons/151136
"""
"""
풀이 과정
# 반올림 함수 round
SELECT round(avg(DAILY_FEE))
from CAR_RENTAL_COMPANY_CAR
where CAR_TYPE ="SUV"
"""