Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,11 @@ tags:
|
|
| 8 |
- text-generation-inference
|
| 9 |
widget:
|
| 10 |
- text: >
|
| 11 |
-
Given a SQL table named 'price_data' with the following columns
|
| 12 |
|
| 13 |
-
Transaction_ID, Platform, Product_ID, User_ID, Transaction_Amount
|
| 14 |
|
| 15 |
-
Construct a SQL query to answer the following question
|
| 16 |
|
| 17 |
Q: How many rows are there
|
| 18 |
|
|
|
|
| 8 |
- text-generation-inference
|
| 9 |
widget:
|
| 10 |
- text: >
|
| 11 |
+
Given a SQL table named 'price_data' with the following columns:
|
| 12 |
|
| 13 |
+
Transaction_ID, Platform, Product_ID, User_ID, Transaction_Amount
|
| 14 |
|
| 15 |
+
Construct a SQL query to answer the following question:
|
| 16 |
|
| 17 |
Q: How many rows are there
|
| 18 |
|