0% found this document useful (0 votes)
27 views3 pages

Cargo - and - Logistics - Tracking - System - Mert - Parlak

db project

Uploaded by

mertsparlak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views3 pages

Cargo - and - Logistics - Tracking - System - Mert - Parlak

db project

Uploaded by

mertsparlak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Cargo and Logistics Tracking System

Name: Mert Parlak


Student ID: 21091010104

1. Introduction
In today's fast-paced logistics landscape, efficient tracking and management of cargo and
logistics processes are crucial for increased productivity and customer satisfaction. This project
aims to develop a Cargo and Logistics Tracking System that manages and queries data on
shipments, customers, packages, delivery statuses, and employees within a relational
database. The system will offer real-time tracking capabilities, enabling better control over
deliveries, faster response times, and increased customer satisfaction.

2. Project Objectives
The primary objective of this project is to create a database system that ensures efficient
management and monitoring of the cargo delivery process. This system will enable:

• Real-time tracking of shipment statuses.

• Customers to know the whereabouts of their packages at any time.

• Optimization of delivery processes to enhance efficiency.

• Analysis of historical data to improve future operations.

3. Database Entities
3.1. Shipment Table
This table stores information related to each shipment. It is linked to the Customer, Package,
and Delivery Status tables.

Attributes:

• ShipmentID: Unique identifier for each shipment (Primary Key)

• CustomerID: Customer sending/receiving the shipment (Foreign Key referencing


Customer Table)

• PackageID: Package associated with the shipment (Foreign Key referencing Package
Table)

• EmployeeID: ID of the employee delivering the shipment (Foreign Key referencing


Employee Table)

• ShippingDate: Date the shipment was created


• EstimatedDeliveryDate: Estimated delivery date of the shipment

3.2. Customer Table


This table stores information about customers who send or receive shipments.

Attributes:

• CustomerID: Unique identifier for each customer (Primary Key)

• FirstName: Customer's first name

• LastName: Customer's last name

• Address: Customer's address

• Phone: Customer's phone number

• Email: Customer's email address

3.3. Package Table


This table stores detailed information about the packages being shipped.

Attributes:

• PackageID: Unique identifier for each package (Primary Key)

• Weight: Package weight (kg)

• Dimensions: Package dimensions (length x width x height)

• Contents: Brief description of the package contents

3.4. Delivery Status Table


This table tracks the delivery status of shipments.

Attributes:

• DeliveryStatusID: Unique identifier for each delivery status (Primary Key)

• ShipmentID: Shipment the delivery status belongs to (Foreign Key referencing Shipment
Table)

• Status: Current status of the shipment (e.g., "Preparing", "Shipped", "Delivered")

• StatusUpdateDate: Date and time of the status update

• Location: Current location of the shipment (if available)

3.5. Employee Table


This table stores information about employees involved in the delivery process.

Attributes:

• EmployeeID: Unique identifier for each employee (Primary Key)

• FirstName: Employee's first name

• LastName: Employee's last name

• Role: Employee's role (e.g., "Courier", "Warehouse Staff")

• Contact: Employee's contact information

4. Relationships
The relationships between the tables in the database are as follows:

• A shipment can belong to one customer.

• A shipment contains one package.

• A shipment has one or more delivery status.

• A shipment is delivered by one employee.

5. Conclusion
This project offers a comprehensive solution for increasing efficiency and ensuring customer
satisfaction in the cargo and logistics industry. The relational database structure enables
efficient data management and querying, providing real-time tracking and analysis capabilities.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy