Supermarket Store Branches Sales Analysis
Analyzing Stores sales and its dependence on stores area and daily customercount
@kaggle.surajjha101_stores_area_and_sales_data
Analyzing Stores sales and its dependence on stores area and daily customercount
@kaggle.surajjha101_stores_area_and_sales_data
CREATE TABLE stores (
"store_id" BIGINT,
"store_area" BIGINT,
"items_available" BIGINT,
"daily_customer_count" BIGINT,
"store_sales" BIGINT
);
Anyone who has the link will be able to view this.