ER Diagram for Bank Management System

The ER diagram for the bank management system in DBMS reveals the relationships of the bank management entities within its database.

This describes the logical structure of the system’s database or data storage. To do this, determine the online banking process entities, their properties, and how they interact.

The database design is sketched out using bank management system ER diagrams. This database sketch becomes the system’s data destination and source.

Bank Management System ER Diagram: Details

The table shows the overall description of the ER Diagram for the Bank Management System. It has a complete overview of the project’s information.

Name:Bank Management System ER Diagram
Abstract:The bank management system ER diagram depicts the relationship between various entities. It can be thought of as a blueprint for your system (project) structure. 
Diagram:ER Diagram is also known as Entity Relationship Diagram
Tools Used:Diagraming tools that provide ER diagram symbols.
Users:Bank Members, Admin, and Employees.
Designer:ITSourceCode.com
Bank Management SystemER Diagram: Details

What is Bank Management System?

A bank management system is a way for financial transactions to be done online. In banking systems, people do things by hand. When we use online banking, we use a technique called “virtual machines,” which automates tasks that used to be done by hand.

Bank Management System Database Design

This bank management system er diagram in DBMS was made based on bank requirements. The system can encode customer information. The banking admin can have access to the customer status and information for important transactions. They manage customer and employee files and transactions.

What is an ER Diagram?

In DBMS, the ER Diagram is referred to as the bank management system database design. This ER Diagram is the graphical depiction of relationships between all the entities involved in the system. Its major components are entities, attributes, and relationships.

Importance of ER Diagram

The importance of the ER diagram for a bank’s management system is to help in modeling its data storage or database. It is the basis of the project’s database foundation for construction. This entity relationship diagram (ERD) also aids in defining the data types to be stored, such as their attributes and characteristics.

ER Diagram for Bank Management System

The Bank Management System’s ER Diagram shows entity relationships and their functions.

Bank Management System ER Diagram
Bank Management System ER Diagram

Based on the image above, the ER diagram for this system is the entity of the bank management system database. Which are presented by tables: customer, employee, reports, transactions, logs, and accounts. These tables meet the system’s requirements and provide more details about each entity.

Bank Management System ER Diagram Tables

These tables below provide the complete database table details such as field namesdescriptionsdata types, and character lengths. Each of these tables represents the characteristics and attributes of data storage.

Field lists each database’s attributes, description explains each, type lists their data type, and length lists their character lengths.

Table Name: Customer

FieldDescriptionTypeLength
customer_ID (PK)Customer IDInt11
fnameCustomer First NameVarchar255
lnameCustomer Last NameVarchar255
contact_addCustomer ContactInt11
addressCustomer AddressText
emailCustomer EmailVarchar255
passwordCustomer PasswordVarchar255
Table Name: Customer

Table Name: Admin

FieldDescriptionTypeLength
admin_ID (PK)Admin IDInt11
fnameAdmin First NameVarchar255
lnameAdmin Last NameVarchar255
addressAdmin AddressText
emailAdmin EmailVarchar255
passwordAdmin PasswordVarchar255
Table Name: Admin

Table Name: Employee

FieldDescriptionTypeLength
employee_ID (PK)Employee IdInt11
fnameFirst NameVarchar30
lnameLast NameVarchar30
addressAddressText
contact_addressContact AddressInt11
emailEmailVarchar30
passwordPasswordVarchar30
Table Name: Employee

Table Name: Bank Account

FieldDescriptionTypeLength
acc_ID (PK)Account IDInt11
customer_ID (FK)Customer IDInt11
acc_nameAccount NameVarchar255
Table Name: Bank Account

Table Name: Logs

FieldDescriptionTypeLength
logs_ID (PK)Login IDInt11
trans_ID (FK)Transaction IDInt11
login_dateLogin DateDate30
login_timeLogin timeTime
Table Name: Logs

Table Name: Transactions

FieldDescriptionTypeLength
transaction_ID (PK)Transaction IDInt11
employee_ID (FK)Transaction NameInt11
customer_ID (FK)Customer IDInt11
transaction_nameEmployee IDVarchar255
transaction_date Transaction DateDate
Table Name: Transactions

Table Name: Reports

FieldDescriptionTypeLength
report_ID (PK)Report IDInt11
acc_ID (FK)Account IDInt11
logs_ID (FK)Logs IDInt11
trans_ID Transaction IDInt11
report_nameReport nameVarchar255
report_dateReport TypeVarchar255
Table Name: Reports

The tables given will be the basis for developers on how they will do the bank management system database design. It contains the complete database description and will be entered into the program or data storage as the table names. They will create a database with the attributes given as well as the value of each attribute.

Bank Management System ER Diagram [PDF]

The ER Diagram for Bank Management System in DBMS PDF provides information explaining the concepts of the project database. You may apply this information to your capstone project. You can also use it as is or change its content to fit the needs of your project. 

How to create ER Diagram

Time needed: 5 minutes

Steps in building the ER Diagram for Bank Management System with Cardinality Ratio.

  • Step 1: Familiarize the ER Diagram (Entity Relationship Diagram) Symbols and Cardinality

    The Entity Relationship Diagram shows the structure of data types in a project. It uses symbols to clarify its parts and relationships. Their symbols and applications must be familiar before you build the ER Diagram.

    ER Diagram Symbols:
    Fields: Fields are the parts of a table that define the entity’s characteristics. In the database that the ERD models, attributes are commonly thought of as rows.
    • Keys is a technique to categorize data quality. It is used to organize ER diagrams and assist users in modeling their databases to ensure that they are efficient. This is also used to connect different tables in a database.
    – A primary key identifies a single entity instance, which means a unique attribute or set of attributes.
    – A foreign key is produced when data attributes have one too many relationships with other entities.

  • Step 2: Finalize the entities included

    Start designing your ER Diagram by finalizing the entities that must be included in your bank’s management system. You should leave plenty of room for this rectangle in future phases so you can add it to your design.

  • Step 3: Add the attributes of each entity

    After finalizing the entities, think about the qualities you’ll need to characterize each entity. The details of the various entities outlined in a conceptual ER diagram are supplied as attributes. All of these are examples of attributes. Multivalued attributes can be assigned to several values.

  • Step 4: Describe the relationships (cardinality) between entities and attributes

    To plot relationships between the ERD you will need the entities, their attributes, and relationships. You will base the data structure from the evaluated information to have the exact Entity Relationship Diagram.

Conclusion:

You need to know the diagrams used to design and develop the bank management system. That is to help you create a fully functional system with the use of the ER Diagram. Creating it will help you perceive the back end of the software. This will hold all the data that’ll enter and exit the system.

Related Articles:

Inquiries

If you have inquiries or suggestions about the ER Diagram for Bank Management System, just leave us your comments below. We would be glad to know your concerns and suggestions and be part of your learning.

Keep us updated and Good day!

Leave a Comment