Europe Bike Store Sales
Excel Pivot Tables Example
@kaggle.prepinstaprime_europe_bike_store_sales
Excel Pivot Tables Example
@kaggle.prepinstaprime_europe_bike_store_sales
CREATE TABLE sales (
"date" TIMESTAMP,
"day" BIGINT,
"month" VARCHAR,
"year" BIGINT,
"customer_age" BIGINT,
"age_group" VARCHAR,
"customer_gender" VARCHAR,
"country" VARCHAR,
"state" VARCHAR,
"product_category" VARCHAR,
"sub_category" VARCHAR,
"product" VARCHAR,
"order_quantity" BIGINT,
"unit_cost" BIGINT,
"unit_price" BIGINT,
"profit" BIGINT,
"cost" BIGINT,
"revenue" BIGINT
);
Anyone who has the link will be able to view this.