Hackerrank – Weather Observation Station 9

Problem Statement A description of the problem can be found on Hackerrank. Solution As Weather Observation Station 6, only the condition is opposite. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Weather Observation Station 10

Problem Statement A description of the problem can be found on Hackerrank. Solution As Weather Observation Station 7, only the condition is opposite. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Weather Observation Station 11

Problem Statement A description of the problem can be found on Hackerrank. Solution As Weather Observation Station 8, only the condition is opposite. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Weather Observation Station 12

Problem Statement A description of the problem can be found on Hackerrank. Solution Only difference between Weather Observation Station 11 is ‘AND’. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Higher Than 75 Marks

Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Japanese Cities’ Detail

Problem Statement A description of the problem can be found on Hackerrank. Solution Select all columns and filter if CoutryCode equals ‘JPN’. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Japanese Cities’ Name

Problem Statement A description of the problem can be found on Hackerrank. Solution Select only Names and filter by CountryCode equals to ‘JPN’. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Revising the Select Query – 2

Problem Statement A description of the problem can be found on Hackerrank. Solution The difference between Revising the Select Query – 1 is that you select only name column and filter by same conditions, only the population number is higher. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Revising the Select Query – 1

Problem Statement A description of the problem can be found on Hackerrank. Solution Select all columns and filter by CountryCode and Population. I created solution in: SQL All solutions are also available on my GitHub. SQL

Hackerrank – Select All

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