Coffee Chain Sales Analysis
Exploring Coffee Chain Sales Data: Analyzing Sales Trends and Insights
@kaggle.amruthayenikonda_coffee_chain_sales_dataset
Exploring Coffee Chain Sales Data: Analyzing Sales Trends and Insights
@kaggle.amruthayenikonda_coffee_chain_sales_dataset
CREATE TABLE coffee_chain_sales (
"area_code" BIGINT,
"cogs" BIGINT,
"differencebetweenactualandtargetprofit" BIGINT,
"date" TIMESTAMP,
"inventory_margin" BIGINT,
"margin" BIGINT,
"market_size" VARCHAR,
"market" VARCHAR,
"marketing" BIGINT,
"product_line" VARCHAR,
"product_type" VARCHAR,
"product" VARCHAR,
"profit" BIGINT,
"sales" BIGINT,
"state" VARCHAR,
"target_cogs" BIGINT,
"target_margin" BIGINT,
"target_profit" BIGINT,
"target_sales" BIGINT,
"total_expenses" BIGINT,
"type" VARCHAR
);
Anyone who has the link will be able to view this.