Update README.md
Browse files
README.md
CHANGED
@@ -195,5 +195,5 @@ What is the most uncommon order status?
|
|
195 |
SELECT order_status_code FROM orders GROUP BY order_status_code ORDER BY count(*) ASC LIMIT 1;
|
196 |
```
|
197 |
|
198 |
-
###Team
|
199 |
Avi Kothari,Gyan Ranjan, Pratham Gupta, Ritvik Aryan Kalra, Rohan Bhatial, Soham Acharya
|
|
|
195 |
SELECT order_status_code FROM orders GROUP BY order_status_code ORDER BY count(*) ASC LIMIT 1;
|
196 |
```
|
197 |
|
198 |
+
### Team
|
199 |
Avi Kothari,Gyan Ranjan, Pratham Gupta, Ritvik Aryan Kalra, Rohan Bhatial, Soham Acharya
|