Japanese Cities' Attributes

  • + 1 comment

    Here is Oracle solution from my HackerrankPractice repository:

    SELECT *
    FROM CITY
    WHERE COUNTRYCODE = 'JPN';
    

    Feel free to ask if you have any questions :)