Problem Statement
A description of the problem can be found on Hackerrank.
Solution
Simple. Just select all rows and columns.
I created solution in:
All solutions are also available on my GitHub.
SQL
1 |
select * from City; |
Problem Statement
A description of the problem can be found on Hackerrank.
Solution
Simple. Just select all rows and columns.
I created solution in:
All solutions are also available on my GitHub.
SQL
1 |
select * from City; |