MRP SQL Project Report
MRP SQL Project Report
Objective
To develop a SQL-based system that helps in planning and managing the procurement and
usage of materials required for manufacturing processes, ensuring efficient material flow
and stock management.
Abstract
Material Requirement Processing (MRP) is a system used in manufacturing to determine
what materials are required, how much is required, and when it is needed. The goal of this
project is to implement a database model that allows tracking of materials, bills of materials
(BOM), supplier details, and stock levels using SQL.
Database Design
1. materials – Stores basic information of raw materials
2. bom – Bill of Materials for a product (what materials are needed)
3. suppliers – Stores supplier details
4. material_in – Logs material receipts
5. material_out – Logs usage of materials for production
1. Create Tables
Conclusion
This Material Requirement Processing System simplifies planning and inventory tracking in
a manufacturing setup. It maintains up-to-date information on material consumption and
availability.
Future Scope
- Integration with production planning tools
- Auto-generation of purchase orders for low stock
- Predictive analytics for future demand
- Real-time dashboards
Submitted by
Name: Preethi Varsha
Roll No: [Your Roll Number]
Department: [Your Department]
College: [Your College Name]