목록2024/10/25 (3)
rubus0304 님의 블로그
[4기] QCC - 1회차 [4기] QCC - 1회차 | Notion셋팅 안내teamsparta.notion.site 1문제 Sales_SalesOrderDetail은 SalesOrderID를 통해 Sales_SalesOrderHeader와 외래 키 관계를 가집니다. 각 판매 주문 세부 정보는 특정 판매 주문 ID에 속합니다.Sales_SalesOrderHeader는 CustomerID를 통해 Sales_Customer 테이블과 외래 키 관계를 가집니다. 각 판매 주문 ID는 특정 고객과 연결되어 있습니다.Sales_Customer는 PersonID를 통해 Person_Person 테이블(BusinessEntityID)과 외래 키 관계를 가집니다. 이는 각 고객이 하나의 개인 정보와 연결됨을 의미합니다...
[Python] 예제로 익히는 Python - 3회차 [Python] 예제로 익히는 Python - 3회차 | Notion[강의자료 PDF]teamsparta.notion.site https://demun.github.io/vscode-tutorial/shortcuts/ 기본 설정 > 바로가기 키 에서 현재 활성화된 키보드 단축키를 볼 수 있습니다 . 기본 편집 키 명령 명령 ID ctrl+X 행 삭제 (빈 선택) editor.action.clipboardCutAction ctrl+C 행 복사 (빈 선택) e" data-og-host="demun.github.io" data-og-source-url="https://demun.github.io/vscode-tutorial/shortcuts/" data-o..
89. Managers with at leat5 direct reportshttps://leetcode.com/problems/managers-with-at-least-5-direct-reports/description/ Write a solution to find managers with at least five direct reports.Return the result table in any order. 문제 이해하기가 난해함. 토익인생 15년동안 direct reports '직속부하'란 단어 오늘 처음 봄. 당황..리트코드 덕분에 단어공부함ㅋㅋ 직속부하 5명을 둔 매니저를 찾는데, Input table 에서 id하고 managerID를 왜 같다고 연결하는 건지 모르겠음.마지막 Output에 Joh..