QagentS commited on
Commit
a537d08
1 Parent(s): 098415e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -190,4 +190,7 @@ SELECT product_price , product_size FROM products WHERE product_price > (SELEC
190
  What is the most uncommon order status?
191
  ```sql
192
  SELECT order_status_code FROM orders GROUP BY order_status_code ORDER BY count(*) ASC LIMIT 1;
193
- ```
 
 
 
 
190
  What is the most uncommon order status?
191
  ```sql
192
  SELECT order_status_code FROM orders GROUP BY order_status_code ORDER BY count(*) ASC LIMIT 1;
193
+ ```
194
+
195
+ ###Team
196
+ Avi Kothari,Gyan Ranhan, Pratham Gupta, Ritvik Aryan Kalra, Rohan Bhatial, Soham Acharya