• Skip to primary navigation
  • Skip to content
  • Skip to footer
슬기로운데이터생활
  • Posts
  • Categories
  • Tags
  • About
    JINYOUNG SUL

    JINYOUNG SUL

    데이터 속에 답이 있다.

    • GitHub
    • Instagram

    HackerRank-BasicSelect-Japanese Cities’ Names

    less than 1 minute read

    Japanese Cities’ Names

    Query the names of all the Japanese cities in the CITY table. The COUNTRYCODE for Japan is JPN.
    The CITY table is described as follows:

    SELECT NAME
    FROM CITY
    WHERE COUNTRYCODE = 'JPN';
    

    lavINif.png (1204×683) (imgur.com)

    Tags: sql

    Categories: sql

    Updated: June 1, 2021

    Twitter Facebook LinkedIn
    Previous Next

    Comments

    You May Also Enjoy

    HackerRank-SQL Project Planning

    1 minute read

    SQL Project Planning

    HackerRank-AdvancedJoin-Interviews

    2 minute read

    Interviews

    HackerRank-AdvancedJoin-Symmetric Pairs

    less than 1 minute read

    Symmetric Pairs

    HackerRank-AdvancedJoin-Placements

    1 minute read

    Placements

    • GitHub
    • Instagram
    • Feed
    © 2021 슬기로운데이터생활 . Powered by Jekyll & Minimal Mistakes.