Sales Performance
Creating a dashboard to visualize the sales data for a fictional retail store.
@kaggle.babatundezenith_sales_viz
Creating a dashboard to visualize the sales data for a fictional retail store.
@kaggle.babatundezenith_sales_viz
CREATE TABLE sales_data (
"customer_id" BIGINT,
"product" VARCHAR,
"sales_amount" DOUBLE,
"sale_date" TIMESTAMP
);
Anyone who has the link will be able to view this.