반응형

@notepad_jj2

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


1. [HackerRank] Japanese Cities' Attributes SQL

 

2. 문제 출처

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

 

Select By ID | HackerRank

Query the details of the city with ID 1661.

www.hackerrank.com

 

3. 문제

Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japan is JPN.

The CITY table is described as follows:

 

 

4. 소스 코드

SELECT * FROM CITY
WHERE COUNTRYCODE = 'JPN';

 


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