You are on page 1of 14

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

BHIVARABAI SAVANT COLLEGE OF ENGINEERING


& RESEARCH

MICRO PROJECT
Academic year: 2022-23

TITLE OF PROJECT
“Petrol Pump Management System”

Course: Database Management System(22319)


MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
Certificate
This is to certify that Mr./Ms VinodMarne,IshwarGatkal,Sayli Gulekar Roll No.33,31,32
of SYCO 3rd Semester of Diploma in Computer Engineering of Institute, BSCOER

POLYTECNIC (Code: 1606) has completed the Micro Project satisfactorily in Subject –
Database Management System (22319) for the academic year 2022-23 as prescribed in
the curriculum.

Group Details:

SR NO Name Roll No Enrollment No

1 GATKAL ISHWAR GOPINATH 12 2116060089

2 GULEKAR SAYALI SUNIL 10 2116060090

3 VINOD RAGHUNATH MARNE 11 2116060091

Place: Pune Date: ………………………

Subject Teacher Head of the Department Principle

2
Group Details:

Sr.N Name of group members Roll Enrollment


o No No

1 GATKAL ISHWAR GOPINATH 31 2116060089

2 GULEKAR SAYALI SUNIL 32 2116060090

3 VINOD RAGHUNATH MARNE 33 2116060091

3
INDEX

Sr.no Topic Page no.

1. Introduction 8

2. Listing of
Entities,Attribute,key
Attribute

3. Relationship and
Cardinality ratio
4. Code

5. Conclusion

6. References

7. Weekely Progress Report

8. Evaluation Sheet

4
Introduction

Database management system is a software which is


used to manage the database. For example: MySQL,
Oracle, etc are a very popular commercial database
which is used in different applications.DBMS
provides an interface to perform various operations
like database creation, storing data in it, updating
data, creating a table in the database and a lot more.It
provides protection and security to the database. In
the case of multiple users, it also maintains data
consistency.

5
6
STRUCTURE OF DBMS

7
Listing of Entities , Attribute , key Attribute

1]Petrol Pump(ID,GSTIN)
2]STAFF(TotalFUELSTOCK)
3]Schedule(Time,Date)

Relationship

1]PETROL PUMP TOTAL FUEL SELL


2]STAFF MONITARING

8
CODE
CREATE TABLE fuel
(
ID int,
TYPE varchar(20),
QUANTITY varchar(20),
PRICE int
)
select*from fuel WHERE TYPE='petrol';
select*from customer;
select*from sales;
(
Select* cust_name from Customer c
inner join Sales s on
c.cust_id=s.sales_cust_id

9
where sales_type='Cash' )
select from Stocks where stock_type='Liquid';
select max(sale_amt) from Sales where sale_amt not in
(select);
Output

I GSTIN QUANTITY TYPE TIME AMOUNT DATE


D

10
CONCLUSION

11
REFERENCES

https://www.geeksforgeeks.org/-system-in-sql/
https://www.scribd.com/document/422380383/
https://pdfcoffee.com/flowchart-c-programming-of-pdf-free.html
https://code-projects.org/-system-in-cpp-with-source-code/

12
ANEEXURE II

Evaluation Sheet for the Micro Project


Academic Year: 2022-23
Course: DBMS Course code :22319
Semester: III
Title of the project: “Petrol Pump Management System”

CO’s:1]Design Normalized database on given data .

2]Create and manage database.

3]Write PL/SQL code for given database.

Marks out of 6 Marks out of 4for


for performance performance in
in group activity oral/ presentation
Roll No Student Name (D5 Col.8) (D5 Col.9) Total out of 10

12 GATKAL ISHWAR
GOPINATH

10 GULEKAR
SAYALI SUNIL

11 MARNE VINOD
RAGHUNATH

13
(Signature of Faculty)

14

You might also like