Skip to content

Commit

Permalink
Hackerrank solution for sql track
Browse files Browse the repository at this point in the history
This solution is for the basic select section of 
sql
Link for the problem:
https://www.hackerrank.com/challenges/revising-the-select-query/problem
  • Loading branch information
pankaj892 authored Oct 5, 2020
1 parent f3da0ac commit 9dcc6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQL/SQL1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select * from city where countrycode = 'USA' and population > 100000;

0 comments on commit 9dcc6dc

Please sign in to comment.