Product Orders
Analyzing Sales Trends and Customer Behavior: The Product Orders Dataset
@kaggle.zain280_product_orders
Analyzing Sales Trends and Customer Behavior: The Product Orders Dataset
@kaggle.zain280_product_orders
CREATE TABLE orders (
"date" TIMESTAMP,
"product_id" BIGINT,
"city_id" BIGINT,
"orders" BIGINT
);
Anyone who has the link will be able to view this.