Clothes And Accessories: Sales And Product Details
Wardrobe Economics: Examining Sales, Categories & Geography for Products
@kaggle.ishanshrivastava28_sales_transaction_with_product_details
Wardrobe Economics: Examining Sales, Categories & Geography for Products
@kaggle.ishanshrivastava28_sales_transaction_with_product_details
CREATE TABLE sales_product_details (
"date" BIGINT,
"customer_id" BIGINT,
"product_id" BIGINT,
"quantity" BIGINT,
"unit_price" DOUBLE,
"sales_revenue" DOUBLE,
"product_description" VARCHAR,
"product_category" VARCHAR,
"product_line" VARCHAR,
"raw_material" VARCHAR,
"region" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.