리트코드(LeetCode) SQL 문제풀이 - 607. Sales Person
2023. 1. 26. 17:05ㆍ코딩테스트/리트코드(LeetCode) - SQL Study Plan
MySQL 문제 607. Sales Person
select name from SalesPerson where sales_id NOT IN (
select sales_id from Orders where com_id IN (
select com_id from Company where name='RED'))
728x90
'코딩테스트 > 리트코드(LeetCode) - SQL Study Plan' 카테고리의 다른 글
리트코드(LeetCode) SQL 문제풀이 - 1693. Daily Leads and Partners (0) | 2023.01.26 |
---|---|
리트코드(LeetCode) SQL 문제풀이 - 1141. User Activity for the Past 30 Days I (0) | 2023.01.26 |
리트코드(LeetCode) SQL 문제풀이 - 197. Rising Temperature (0) | 2023.01.26 |
리트코드(LeetCode) SQL 문제풀이 - 1148. Article Views I (0) | 2023.01.24 |
리트코드(LeetCode) SQL 문제풀이 - 1581. Customer Who Visited but Did Not Make Any Transactions (0) | 2023.01.23 |