Spaces:
Sleeping
Sleeping
trminhnam20082002
commited on
Commit
·
f15335c
1
Parent(s):
389e85f
feat: add main menu options and scripts
Browse files- resources/examples.csv +1 -1
resources/examples.csv
CHANGED
@@ -22,7 +22,7 @@ CREATE TABLE product (id number, category text, name text, description text, pri
|
|
22 |
|
23 |
product.voice_amount is the call capacity.
|
24 |
product.data_amount is the internet data capacity.
|
25 |
-
product.sms_amount is the maximum number of sms messages can be sent.",Dung lượng cuộc gọi lớn nhất là bao nhiêu, của sản phẩm nào
|
26 |
"CREATE TABLE customer (id number, name text, gender text, age number, district_id number;
|
27 |
CREATE TABLE registration (customer_id number, product_id number);
|
28 |
CREATE TABLE district (id number, name text, prefix text, province_id number);
|
|
|
22 |
|
23 |
product.voice_amount is the call capacity.
|
24 |
product.data_amount is the internet data capacity.
|
25 |
+
product.sms_amount is the maximum number of sms messages can be sent.","Dung lượng cuộc gọi lớn nhất là bao nhiêu, của sản phẩm nào?"
|
26 |
"CREATE TABLE customer (id number, name text, gender text, age number, district_id number;
|
27 |
CREATE TABLE registration (customer_id number, product_id number);
|
28 |
CREATE TABLE district (id number, name text, prefix text, province_id number);
|