Supply Chain Analysis
Become a Supply Chain Management Pro !
@kaggle.harshsingh2209_supply_chain_analysis
Become a Supply Chain Management Pro !
@kaggle.harshsingh2209_supply_chain_analysis
CREATE TABLE supply_chain_data (
"product_type" VARCHAR,
"sku" VARCHAR,
"price" DOUBLE,
"availability" BIGINT,
"number_of_products_sold" BIGINT,
"revenue_generated" DOUBLE,
"customer_demographics" VARCHAR,
"stock_levels" BIGINT,
"lead_times" BIGINT,
"order_quantities" BIGINT,
"shipping_times" BIGINT,
"shipping_carriers" VARCHAR,
"shipping_costs" DOUBLE,
"supplier_name" VARCHAR,
"location" VARCHAR,
"lead_time" BIGINT,
"production_volumes" BIGINT,
"manufacturing_lead_time" BIGINT,
"manufacturing_costs" DOUBLE,
"inspection_results" VARCHAR,
"defect_rates" DOUBLE,
"transportation_modes" VARCHAR,
"routes" VARCHAR,
"costs" DOUBLE
);
Anyone who has the link will be able to view this.