0% found this document useful (0 votes)
30 views8 pages

DBMS Mini Project Review 1

This document summarizes a project to create an online LPG booking application using SQL Server. The goals are to allow customers to reserve gas cylinders by address or features and give distributors login access to manage stocks. The problem is that existing online booking systems often lack proper data management, leading to issues. The objectives are to highlight how a database management system (DBMS) can ensure data consistency, security, and performance when developing such an application. Key DBMS concepts like data modeling, normalization, queries, transactions, and security will be covered. The expected outcome is a clear understanding of the DBMS role in effectively managing data for a better user experience and more reliable, secure system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views8 pages

DBMS Mini Project Review 1

This document summarizes a project to create an online LPG booking application using SQL Server. The goals are to allow customers to reserve gas cylinders by address or features and give distributors login access to manage stocks. The problem is that existing online booking systems often lack proper data management, leading to issues. The objectives are to highlight how a database management system (DBMS) can ensure data consistency, security, and performance when developing such an application. Key DBMS concepts like data modeling, normalization, queries, transactions, and security will be covered. The expected outcome is a clear understanding of the DBMS role in effectively managing data for a better user experience and more reliable, secure system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Online Gas Booking

System

SAYAK DAS (RA2011026010101)


ROOPAL SOOD (RA2011026010103)
PARTH MADAN (RA2011026010114)
Section – Q1
ABSTRACT
This project's goal is to create an online LPG booking
application using the SQL Server programming
environments. Customers can use the system's functionality
to reserve a fresh gas cylinder by features or address. It gives
distributors capabilities, enabling them to log in and add new
stocks of cylinders or remove current ones. Each user is
given a login account with a login ID and password access
for this reason.
PROBLEM STATEMENT
Despite the widespread use of online gas booking systems, the design and
implementation of these systems often lacks proper consideration for the
effective management of data. This can lead to problems such as data
inconsistencies, redundancies, and poor performance, affecting the overall user
experience and the credibility of the system.
OBJECTIVES

The objective of this presentation is to highlight the importance of Database


Management System (DBMS) in the development of an online gas booking
system and to demonstrate how DBMS can be used to effectively manage data
and ensure data consistency, security, and performance
SCOPE OF THE PROJECT:
The presentation will cover key aspects of DBMS including data modeling,
normalization, SQL queries, transactions, and security. The focus of the
presentation will be on how these concepts can be applied to the design and
implementation of an online gas booking system.

EXPECTED OUTCOME:

The outcome of this presentation is to provide a clear understanding of the


role of DBMS in the development of an online gas booking system and to
show how DBMS can be used to effectively manage data, ensuring a better
user experience and a more reliable and secure system.
List of Entities and its attributes:

1.Customer :- This entity includes attributes like name, customer_id , address


and mobile no. Here the primary key will is customer_id. This entity is to show
who will be receiving the gas or book the gas.

2.Agency :- This entity includes attributes like name, Agency_id. Its is the entity
that receives the order and here the primary key is Agency_id.

3.Stock :- This entity includes attributes quantity, type, batch_no. and primary
key here is batch_no.

4.LPG :- This entity includes attributes gid, weight, type and primary key is gid.

5.Bill :- This entity includes attributes Bill_id , Amount and customer_id where
primary key is Bill_id and the foreign key is Customer_id
DIAGRAM:
THANK YOU

You might also like