Kon's Data Library
블로그 이미지

Home

Write

Setting

About Me

  • 분류 전체보기 (27)
    • 논문 리뷰 (1)
      • Audio Signal Processing (1)
      • NLP (0)
    • 딥러닝 노트 (0)
    • NLP 공부 노트 (4)
      • 위클리 NLP 정리 노트 (4)
    • 네이버 AI 부스트캠프 (0)
    • Algorithm (14)
    • SQL (5)
      • SQL Review (3)
      • SQL Practice (2)
    • Data Engineering (0)
    • 맥북 M1 패키지 설치 (1)
Dark
no image
[SQL Zoo] SELECT from Nobel
1. Create a query that displays Nobel prizes for 1950 SELECT * FROM nobel WHERE yr = 1950 2. Show who won the 1962 prize for Literature SELECT winner FROM nobel WHERE yr = 1962 AND subject = 'Literature' 3. Show the year and subject that won 'Albert Einstein his prize SELECT yr, subject FROM nobel WHERE winner = 'Albert Einstein' 4. Give the name of the 'Peace' winners since the year 2000, inclu..
2021.12.28
SQL/SQL Practice
no image
[SQL Zoo] SELECT basics
1. The example uses a WHERE clause to show the population of 'France'. Note that strings (pieces of text that are data) should be in 'single quotes'; Modify it to show the population of Germany SELECT population FROM world WHERE name = 'Germany' 2. Checking a list The word IN allows us to check if an item is in a list. Show the name and the population for 'Sweden', 'Norway' and 'Denmark'. SELECT..
2021.12.28
SQL/SQL Practice
Prev 1 Next
uTube· Designed By ushin20

티스토리툴바