DBMS Microproject
DBMS Microproject
DBMS Microproject
Mumbai
DIPLOMA IN COMPUTER
TECHNOLOGY
ACADEMIC YEAR 2023-24
A
MICRO-PROJECT
ON
Submitted by:
Submitted to:
1
CERTIFICATE
curriculum.
2
ACKNOWLEDGEMENT
This project consumed huge amount of work, research and dedication. This
project would not have been possible if we did not have support and guidance of
many individuals. Yes, there are many who helped in this project and we want to
thank them all.
We would like to express our special thanks of gratitude to our project guide
Mrs. Varsha Mangalaram Mam for her vision thoughtful counseling and
encouragement at every step of our project.
We would also like to thank our principal Dr. Ashok Upadhyay who gave us the
golden opportunity to do this wonderful project on the topic “ATM MANAGEMENT
SYSTEM”, which also helped us in doing a lot of research and we came to know
about so many new things we are really thankful to them.
We would also like to thank all our team members who helped a lot in finishing
this project. Secondly, we would also like to thank our parents who helped us a
lot financially and provided the moral support in making this project a success.
All this has become possible only because of their blessings and above grace
of God! We once again extend a heartfelt thanks to all who supported and guided
us at every step of the project.
3
INDEX
1 What is ER model? 5
4 What is Relationship? 7
7 ER Diagram of project 10
9 Conclusion 14
4
WHAT IS ER MODEL?
ER model stands for entity relationship model.
ER model is object-based data model.
ER model describes the structure of database with help of ER diagram.
It develops a simple and easy to design view for data.
5
WHAT ARE ATTRIBUTES?
1) Client entity: attributes of client are id, first name, last name, age
and address.
2) Card entity: attributes of card are card id and card type.
3) Transaction entity: attributes of transaction are type id, card id,
savings id, balance id and withdraw id.
4) Balance entity: attributes of balance are bal id, bal amount, client
id.
5) Savings entity: attributes of savings are client id, sav id and
saving amount
6) Withdraw entity: attributes of withdraw are wid id, client id and
withdraw amount.
6
WHAT IS RELATIONSHIP?
Relationship is defined as link or association between several entities. It
is represented by a Dimond shape in ER diagram.
Types of Relationship:
Three types of relationship exist among entities. These are:
And the last part where client has relationship with different
transactions that can be done like checking balance, saving and
withdraw details showing options available for the client.
7
INTRODUCTION ON ATM MANAGEMENT SYSTEM:
8
DESCRIPTION OF PROJECT:
Each entity is related with all other entities with foreign key
client_id.
9
ER DIAGRAM OF ATM MANAGEMENT SYSTEM:
10
11
12
13
CONCLUSION
The conclusion of an ATM management system with the help of a
database management system is that it enables efficient and secure
management of ATM operations. By utilizing a database system,
ATM transactions, user information, and system maintenance data
can be stored, retrieved and managed effectively.
14