티스토리

mun dev
검색하기

[HackerRank] Revising Aggregations - The Count Function 오라클 풀이

알고리즘/HackerRank

[HackerRank] Revising Aggregations - The Count Function 오라클 풀이

mndev 2024. 1. 30. 15:12

문제링크

 

Revising Aggregations - The Count Function | HackerRank

Query the number of cities having populations larger than 100000.

www.hackerrank.com

 

 

코드

select count(*)
from city
where population > 100000;

블로그 정보

mun dev

Software Developer👩🏻‍💻

프로필 사진
문의안내
  • 티스토리
  • 로그인
  • 고객센터

티스토리는 카카오에서 사랑을 담아 만듭니다.

© Kakao Corp.