Skip to content

Commit

Permalink
Merge pull request #1 from pankaj892/pankaj892-patch-1
Browse files Browse the repository at this point in the history
Hackerrank solution for sql track
  • Loading branch information
pankaj892 authored Oct 5, 2020
2 parents f3da0ac + 9dcc6dc commit 3b4cefe
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 3b4cefe

Please sign in to comment.