기록

기록

  • 분류 전체보기 (181)
    • STUDY (93)
      • PM (45)
      • IT (14)
      • 오늘의 기록 (11)
      • BOOK (23)
    • PROJECT (20)
      • Python_공간데이터분석 (5)
      • 웹사이트_지도서비스 만들기 (9)
      • 스파르타코딩클럽_앱개발종합반 (6)
    • 프론트엔드 (15)
      • HTML (2)
      • CSS (3)
      • JavaScript (5)
      • React (2)
      • node.js (2)
    • 앱개발 (0)
      • Swift (0)
    • 데이터베이스 (42)
      • SQL (42)
    • 데이터과학 (11)
      • PYTHON (4)
      • 머신러닝 (4)
      • 웹크롤링 (3)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

기록

컨텐츠 검색

태그

SQL 프로그래머스 JavaScript Python 북클럽 하루5분UX 파이썬 hackerrank PM스터디 pandas 노마드코더 노마드북클럽 HTML CSS 데이터분석 네이버지도 제로베이스pm스쿨 노개북 IT 5분 잡학사전 판다스

최근글

댓글

공지사항

아카이브

hackerrank(26)

  • [HackerRank] Weather Observation Station 3

    Query a list of CITY names from STATION for cities that have an even ID number. Print the results in any order, but exclude duplicates from the answer. The STATION table is described as follows: SELECT DISTINCT CITY FROM STATION WHERE ID % 2 = 0;

    2021.01.20
  • [HackerRank] Weather Observation Station 1

    Query a list of CITY and STATE from the STATION table. The STATION table is described as follows: SELECT CITY, STATE FROM STATION;

    2021.01.20
  • [HackerRank] Japanese Cities' Attributes

    Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japan is JPN. The CITY table is described as follows: SELECT * FROM CITY WHERE COUNTRYCODE = 'JPN';

    2021.01.20
  • [HackerRank] 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';

    2021.01.19
  • [HackerRank] Select By ID

    Query all columns for a city in CITY with the ID 1661. The CITY table is described as follows: SELECT * FROM CITY WHERE ID = '1661';

    2021.01.19
  • [HackerRank] Select All

    Query all columns (attributes) for every row in the CITY table. The CITY table is described as follows: SELECT * FROM CITY

    2021.01.19
이전
1 2 3 4 5
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바