Templates & Sample Data
Download realistic sample datasets for inventory, procurement, production, quality and SQL practice without exposing real company data.
Inventory Snapshot CSV
A clean inventory snapshot for comparison, profiling and ABC analysis.
SKU,Description,Location,Qty,UnitCostOpen →ProcurementSupplier Price List CSV
Sample supplier pricing data with multiple suppliers and prices.
SKU,Supplier,Price,Currency,ValidFromOpen →ProcurementPurchase Order Lines CSV
PO line data for reconciliation and SQL practice.
PO,Item,SKU,Qty,UnitPrice,StatusOpen →ProcurementInvoice Lines CSV
Invoice data designed to include a few realistic mismatches.
Invoice,PO,Item,SKU,Qty,UnitPriceOpen →ProductionProduction Log CSV
Shift-level production data for OEE, yield and capacity scenarios.
EventTime,Line,PO,SKU,Qty,GoodQty,DowntimeMinOpen →WarehouseWarehouse Scan Log CSV
Scanner-style data for duplicate, missing and latest-event analysis.
EventTime,PO,SM,HU,Operator,StatusOpen →ProductionMulti-Level BOM CSV
A multi-level BOM for explosion practice.
Parent,Component,QtyPerOpen →SalesSales Orders CSV
Simple sales data for GROUP BY and window-function practice.
OrderID,Customer,SKU,Qty,UnitPrice,OrderDateOpen →SalesCustomer Master CSV
Master data for JOIN exercises.
CustomerID,CustomerName,Country,SegmentOpen →DataMaterial Master CSV
Master data with realistic identifiers and categories.
Material,Description,Category,Unit,ActiveOpen →ProcurementSupplier Lead Time CSV
Date-based data for lead-time analysis.
Supplier,PO,StartDate,DeliveryDate,SKUOpen →QualityQuality Log CSV
Yield and scrap analysis practice data.
Date,Line,SKU,InputQty,GoodQty,ScrapReasonOpen →OperationsEmployee Shift CSV
Lightweight operations dataset for grouping and schedule examples.
Date,Shift,Operator,Line,HoursOpen →ProductionDowntime Events CSV
Downtime Pareto and duration analysis sample.
StartTime,EndTime,Line,Reason,MinutesOpen →InventoryStock Policy CSV
Reorder point and coverage practice data.
SKU,DailyDemand,LeadTimeDays,DemandStdDev,OnHandOpen →HTMLWeb Form Data CSV
Small dataset used in HTML table and form examples.
Name,Email,Topic,SubmittedAtOpen →