Spaces:
Sleeping
Sleeping
Commit
·
389e85f
1
Parent(s):
5253863
feat: add main menu options and scripts
Browse files- resources/examples.csv +5 -0
resources/examples.csv
CHANGED
@@ -38,3 +38,8 @@ CREATE TABLE registration (customer_id number, product_id number);
|
|
38 |
CREATE TABLE district (id number, name text, prefix text, province_id number);
|
39 |
CREATE TABLE province (id number, name text, code text)
|
40 |
CREATE TABLE product (id number, category text, name text, description text, price number, duration number, data_amount number, voice_amount number, sms_amount number);",Gói cước (sản phẩm nào) có dung lượng internet data lớn nhất?
|
|
|
|
|
|
|
|
|
|
|
|
38 |
CREATE TABLE district (id number, name text, prefix text, province_id number);
|
39 |
CREATE TABLE province (id number, name text, code text)
|
40 |
CREATE TABLE product (id number, category text, name text, description text, price number, duration number, data_amount number, voice_amount number, sms_amount number);",Gói cước (sản phẩm nào) có dung lượng internet data lớn nhất?
|
41 |
+
"CREATE TABLE customer (id number, name text, gender text, age number, district_id number;
|
42 |
+
CREATE TABLE registration (customer_id number, product_id number);
|
43 |
+
CREATE TABLE district (id number, name text, prefix text, province_id number);
|
44 |
+
CREATE TABLE province (id number, name text, code text)
|
45 |
+
CREATE TABLE product (id number, category text, name text, description text, price number, duration number, data_amount number, voice_amount number, sms_amount number);",Có bao nhiêu sản phẩm combo (category='combo') trong hệ thống?
|