SQL/HackerRank

[HackerRank] Revising the Select Query I

두부너겟 2023. 1. 12. 15:20

 

select id, name, countrycode, district, population
from city
where population > 100000 and countrycode='usa';

프로그래머스 sql 고득점 kit 거의 다 풀어서

여기 있는 문제들 앞으로 풀어볼 예정!

 

+ 생각보다 자잘한 문제가 많아서 푼 다음 한번에 정리해야겠습니다

 

https://www.hackerrank.com/domains/sql 

 

Solve SQL Code Challenges

A special-purpose language designed for managing data held in a relational database.

www.hackerrank.com