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