[EASY] Revising the Select Query I

2022. 10. 11. 22:58·SQL/Hacker Rank
 

Revising the Select Query I | HackerRank

Query the data for all American cities with populations larger than 100,000.

www.hackerrank.com

 

문제 조건 

Query all columns for all American cities in the CITY table with populations larger than 100000. The CountryCode for America is USA.

The CITY table is described as follows:

 

문제 풀이 

select *
from city
where population > 100000
and countrycode = 'USA'
저작자표시 (새창열림)

'SQL > Hacker Rank' 카테고리의 다른 글

[EASY] Select All  (0) 2022.10.12
[EASY] Revising the Select Query II  (0) 2022.10.11
[HACKER_RANK] Interviews  (0) 2022.06.13
[HACKER_RANK] THE-PADS  (0) 2022.06.13
[EASY] Weather Observation Station 9  (0) 2022.05.29
'SQL/Hacker Rank' 카테고리의 다른 글
  • [EASY] Select All
  • [EASY] Revising the Select Query II
  • [HACKER_RANK] Interviews
  • [HACKER_RANK] THE-PADS
소금깨
소금깨
  • 소금깨
    고군분투 인생살이
    소금깨
  • 전체
    오늘
    어제
    • 분류 전체보기 (328)
      • SQL (271)
        • 프로그래머스 (27)
        • LeetCode (198)
        • Hacker Rank (27)
        • Solve SQL (1)
        • 개념 (15)
      • 데이터 분석 (16)
        • 참고하며 공부하기 (14)
      • 기타 (15)
        • 통계 (14)
      • 오류 (6)
      • 인생살이 (0)
        • 리뷰 (0)
        • 일기 (0)
      • 中文 (0)
      • TABLEAU (3)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    시계열데이터분석
    medium
    직장인자기계발
    HACKER_RANK
    프리미엄
    패스트캠퍼스후기
    MySQL
    Hard
    직장인인강
    파이썬을활용한시계열데이터분석
    파이썬을활용한시계열데이터분석AtoZ올인원패키지Online
    group by
    패캠챌린지
    easy
    해커랭크
    패스트캠퍼스
    SQL
    solvesql
    LeetCode
    프로그래머스
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
소금깨
[EASY] Revising the Select Query I
상단으로

티스토리툴바