You are on page 1of 1

Tạo CSDL SQL từ file OnlineTransactions.

sql để được CSDL như sau:

TT Tên trường Miêu tả


1 CustomerID Unique identifier for each customer.
2 Gender Gender of the customer (e.g., Male, Female).
3 Location Location or address information of the customer.
4 Tenure_Months Number of months the customer has been associated with
the platform.
5 Transaction_ID Unique identifier for each transaction.
6 Transaction_Date Date of the transaction.
7 Product_SKU Stock Keeping Unit (SKU) identifier for the product.
8 Product_Description Description of the product.
9 Product_Category Category to which the product belongs.
10 Quantity Quantity of the product purchased in the transaction.
11 Avg_Price Average price of the product.
12 Delivery_Charges Charges associated with the delivery of the product.
13 Coupon_Status Status of the coupon associated with the transaction.
14 GST Goods and Services Tax associated with the transaction.
15 Offline_Spend Amount spent offline by the customer.
16 Online_Spend Amount spent online by the customer.
17 Coupon_Code Code associated with a coupon, if applicable.
18 Discount_pct Percentage of discount applied to the transaction.

You might also like