• Skip to primary navigation
  • Skip to content
  • Skip to footer
Just Do IT!
  • Posts
  • Categories
  • Tags

    LeeDayday

    I am an amazing person.

    • Somewhere

    [Leetcode] Product Sales Analysis I

    최대 1 분 소요

    문제 링크

    정답

    SELECT p.product_name, s.year, s.price
    FROM Sales s
    JOIN Product p
    ON s.product_id = p.product_id;
    

    ✅ Point

    • Order Of Execution
      • FROM Sales s > JOIN Product ON ~ > SELECT ~

    태그: leetcode, sql

    카테고리: sql

    업데이트: June 18, 2025

    공유하기

    Twitter Facebook LinkedIn
    이전 다음

    참고

    260706-260712_TIL

    3 분 소요

    2026-07-06(월) TIL SwiftUI 메모

    260629-260705_TIL

    14 분 소요

    2026-06-30(화) TIL

    260622-260628_TIL

    14 분 소요

    2026-06-22(월) TIL

    [Leetcode] Analyze Subscription Conversion

    1 분 소요

    문제 링크

    • 팔로우:
    • 피드
    © 2026 LeeDayday. Powered by Jekyll & Minimal Mistakes.