"HR-SQL Average Population"의 두 판 사이의 차이

(새 문서: ==개요== ;{{subst:PAGENAME}} * {{HR-SQL 헤더}} {{HR-SQL Aggregation}} |} <source lang='sql'> </source>)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;HR-SQL Average Population
;HR-SQL Average Population
*
* https://www.hackerrank.com/challenges/average-population/problem


{{HR-SQL 헤더}}
{{HR-SQL 헤더}}
7번째 줄: 7번째 줄:
|}
|}


<source lang='sql'>
==MySQL==
<source lang='MySQL'>
SELECT ROUND(AVG(POPULATION)) FROM CITY;
</source>
</source>

2018년 8월 16일 (목) 01:03 판

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}