반응형

@notepad_jj2

츄르사려고 코딩하는집사입니다.


1. [HackerRank] Japanese Cities' Names SQL

 

2. 문제 출처

https://www.hackerrank.com/challenges/japanese-cities-name/problem?h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen 

 

Japanese Cities' Names | HackerRank

In this challenge, you will query a list of all the Japanese cities' names.

www.hackerrank.com

 

3. 문제

Query the names of all the Japanese cities in the CITY table. The COUNTRYCODE for Japan is JPN.
The CITY table is described as follows:

 

4. 소스 코드

SELECT NAME
FROM CITY
WHERE COUNTRYCODE = 'JPN';

 


반응형
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기