8000 add: 2nd qna · FahimFBA/LeetCode-SQL-50@b26dbc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b26dbc4

Browse files
committed
add: 2nd qna
1 parent c83205f commit b26dbc4

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Solution
2+
3+
```sql
4+
# Write your MySQL query statement below
5+
SELECT name FROM Customer WHERE referee_id != 2 or referee_id is NULL
6+
```
7+
8+
![LeetCode](image.png)

584. Find Customer Referee/image.png

135 KB
Loading

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Question and Solution
44

5-
| Serial | Question | Solution |
6-
|--------|----------|----------|
7-
| 01 | [LeetCode](https://leetcode.com/problems/recyclable-and-low-fat-products/description/?envType=study-plan-v2&envId=top-sql-50) | [Solution](./1757.%20Recyclable%20and%20Low%20Fat%20Products/) |
5+
| Serial | Question | Solution |
6+
| ------ | ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
7+
| 01 | [LeetCode](https://leetcode.com/problems/recyclable-and-low-fat-products/description/?envType=study-plan-v2&envId=top-sql-50) | [Solution](./1757.%20Recyclable%20and%20Low%20Fat%20Products/) |
8+
| 02 | [LeetCode](https://leetcode.com/problems/find-customer-referee/description/?envType=study-plan-v2&envId=top-sql-50) | [Solution](./584.%20Find%20Customer%20Referee/) |

0 commit comments

Comments
 (0)
0