728x90
https://leetcode.com/problems/recyclable-and-low-fat-products/
SELECT product_id FROM Products WHERE low_fats = "Y" AND recyclable = "Y";
728x90
'IT > 코딩테스트' 카테고리의 다른 글
[Leetcode] 595. Big Countries (0) | 2023.08.22 |
---|---|
[Leetcode] 584. Find Customer Referee (0) | 2023.08.22 |
[Leetcode] 1346. Check If N and Its Double Exist (0) | 2023.08.21 |
[Leetcode] 977. Squares of a Sorted Array (0) | 2023.08.19 |
[Leetcode] 1295. Find Numbers with Even Number of Digits (0) | 2023.08.19 |