반응형

@notepad_jj2

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


1. [HackerRank] Select All SQL

 

2. 문제 출처

https://www.hackerrank.com/challenges/select-all-sql/problem

 

Select All | HackerRank

Query all columns for every row in a table.

www.hackerrank.com

 

3. 문제

Query all columns (attributes) for every row in the CITY table.

The CITY table is described as follows:

 

 

 

4. 소스 코드

SELECT * FROM CITY;

 


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