DBMS Concepts

DBMS Tutorial Components of DBMS. Applications of DBMS The difference between file system and DBMS. Types of DBMS DBMS Architecture DBMS Schema Three Schema Architecture. DBMS Languages.

DBMS ER Model

ER model: Entity Relationship Diagram (ERD) Components of ER Model. DBMS Generalization, Specialization and Aggregation.

DBMS Relational Model

Codd’s rule of DBMS Relational DBMS concepts Relational Integrity Constraints DBMS keys Convert ER model into Relational model Difference between DBMS and RDBMS Relational Algebra DBMS Joins

DBMS Normalization

Functional Dependency Inference Rules Multivalued Dependency Normalization in DBMS: 1NF, 2NF, 3NF, BCNF and 4NF

DBMS Transaction

What is Transaction? States of transaction ACID Properties in DBMS Concurrent execution and its problems DBMS schedule DBMS Serializability Conflict Serializability View Serializability Deadlock in DBMS Concurrency control Protocols

Difference

Difference between DFD and ERD

Misc

Advantages of DBMS Disadvantages of DBMS Data Models in DBMS Relational Algebra in DBMS Cardinality in DBMS Entity in DBMS Attributes in DBMS Data Independence in DBMS Primary Key in DBMS Foreign Key in DBMS Candidate Key in DBMS Super Key in DBMS Aggregation in DBMS Hashing in DBMS Generalization in DBMS Specialization in DBMS View in DBMS File Organization in DBMS What Is A Cloud Database What Is A Database Levels Of Locking In DBMS What is RDBMS Fragmentation in Distributed DBMS What is Advanced Database Management System Data Abstraction in DBMS Checkpoint In DBMS B Tree in DBMS BCNF in DBMS Advantages of Threaded Binary Tree in DBMS Advantages of Database Management System in DBMS Enforcing Integrity Constraints in DBMS B-Tree Insertion in DBMS B+ Tree in DBMS Advantages of B-Tree in DBMS Types of Data Abstraction in DBMS Levels of Abstraction in DBMS 3- Tier Architecture in DBMS Anomalies in Database Management System Atomicity in Database Management System Characteristics of DBMS DBMS Examples Difference between Relational and Non-Relational Databases Domain Constraints in DBMS Entity and Entity set in DBMS ER Diagram for Banking System in DBMS ER Diagram for Company Database in DBMS ER Diagram for School Management System in DBMS ER Diagram for Student Management System in DBMS ER Diagram for University Database in DBMS ER Diagram of Company Database in DBMS Er Diagram Symbols and Notations in DBMS How to draw ER-Diagram in DBMS Integrity Constraints in DBMS Red-Black Tree Deletion in DBMS Red-Black Tree Properties in DBMS Red-Black Tree Visualization in DBMS Redundancy in Database Management System Secondary Key in DBMS Structure of DBMS 2-Tier Architecture in DBMS Advantages and Disadvantages of Binary Search Tree Closure of Functional Dependency in DBMS Consistency in Database Management System Durability in Database Management System ER Diagram for Bank Management System in DBMS ER Diagram for College Management System in DBMS ER Diagram for Hotel Management System in DBMS ER Diagram for Online Shopping ER Diagram for Railway Reservation System ER Diagram for Student Management System in DBMS Isolation in DBMS Lossless Join and Dependency Preserving Decomposition in DBMS Non-Key Attributes in DBMS Data Security Requirements in DBMS DBMS functions and Components What is Homogeneous Database? DBMS Functions and Components Advantages and Disadvantages of Distributed Database Relational Database Schema in DBMS Relational Schema Transaction Processing in DBMS Discriminator in DBMS

ER Diagram for Bank Management System in DBMS

In DBMS, The ER diagram shows the relationship of the entity of the bank management system with their databases. It also shows how all the databases are logically related to each other. We can also create an ER diagram by drawing the figure of a different part of the bank management system, their properties, and how they perform their task. The database design can be sketched out using the ER diagram of the bank management system. Then the sketch of the database becomes the source and destination data for the system. 

Details of Bank Management System ER Diagram

Now we describe the overall function of the Bank Management System in the below table. It is a complete overview of the information about the bank management project.

NameER Diagram of the Bank Management System.  
AbstractThe ER Diagram of the Bank management system shows the relationship between various entities. We can also call it the blueprint of the bank management system.  
DiagramWe can also call the ER diagram an Entity Relationship diagram.  
Tool usedThe ER diagram provides some symbol that is known as the diagramming tool.
UsersThe users of the ER diagram are Admin, Employees and Bank member.  

What is Bank Management System?

A bank management system is a way by which financial transaction is done. In the bank, all the employee perform their work by their hand. But when we do online banking, there is a term called a virtual machine, which means it performs the task automatically that task which was done by hand initially.

Bank Management System Database Design

In DBMS, the ER diagram of the bank management system was made to fulfill the requirement of banking operations. The system can encode and decode the customer details. The Admin can access all the information of the customer, like the status of the customer and information about the important banking transaction. They also can manage employee files, customers, and transactions.

What is an ER Diagram?

We can also call ER diagram the database design for the bank management system project. The ER diagram is like a picture that contains how all the entities are related to each other. The most important part of the ER diagram is Relationships, Attributes, and Entities.

Importance of ER Diagram

The ER diagram for the project is the foundation for the building of the database of the project. The properties, datatypes, and attributes are defined by the ER diagram.

ER Diagram for Bank Management System

The ER diagram of the bank management system shows the relationship between the entity-relationship and its function. The ER diagram for the bank management system, the system data, and their attributes. The data and the attributes are represented by the table, and the table shows how they are related to each other.

Database design for the Bank management system:

ER Diagram for Bank Management System

The above diagram shows the database design for the bank management system. This database design shows all the system data, and the output for the user ate stored in the database. In DBMS, a good ER diagram is needed for the creation of a bank management system.

Bank Management System ER Diagram Tables

The below table shows all about the field name of the table, description, datatype, and character length. Each table of the ER diagram defines and explains the data storage. The field column lists all the attributes of the database that describes each column. The types table of the database shows what kind of data each attribute is, and the length shows how many characters it has.

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: Admin

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

Table Name: Employee

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

Table Name: Bank Account

FieldDescriptionTypeLength
acc_ID (PK)Account IDInt11
customer_ID (FK)Customer IDInt11
acc_nameAccount NameVarchar255

Table Name: Logs

FieldDescriptionTypeLength
logs_ID (PK)Login IDInt11
trans_ID (FK)Transaction IDInt11
login_dateLogin DateDate30
login_timeLogin timeTime

Table Name: Transactions

FieldDescriptionTypeLength
transaction_ID (PK)Transaction IDInt11
employee_ID (FK)Transaction NameInt11
customer_ID (FK)Customer IDInt11
transaction_nameEmployee IDVarchar255
transaction_dateTransaction DateDate

Table Name: Reports

FieldDescriptionTypeLength
report_ID (PK)Report IDInt11
acc_ID (FK)Account IDInt11
logs_ID (FK)Logs IDInt11
trans_IDTransaction IDInt11
report_nameReport nameVarchar255
report_dateReport TypeVarchar255

With the help of the above tables, we can set up the database for the bank management system. It provides the full description of the database with its table names. They will enter all the values and attributes for the database in the table.

How to create ER Diagram

We can create the ER diagram for the table just in 5 minutes. There are some steps, and with the help of these steps, we can build the ER diagram for the bank management system project. The steps are as below.

Step-1:

We have to familiarize ourselves with the entity relationship diagram cardinality and symbols. Then we have to show the data structure for the project in the entity relationship diagram. The symbol of the entity relationship diagram shows how they fit together. Before making the ER diagram, we should properly know the meaning of all the symbols and how to use all of them symbols.

Symbol of entity relationship diagram:

  1. Fields: This entity shows how the different types of data are used together for a project. The symbol is used to show how the part of the project is working.
  2. Key: It is a type of technique that is used to categorize the quality of the data. There are two types of keys available for the database. These are as follows.
    • Primary key: It is a set of unique properties that are used for finding the specific entity.
    • A foreign key: It is a type of key made up of a piece of data with too many links to other things.

Step 2: Finalize the entities included

Start making your ER Diagram by deciding on all the parts your bank management system must have. You’ll need to leave the area in your design for these rectangles to be included later.

Step 3: Add the attributes of each entity

After you’ve decided on the entities, think about the traits you’ll need for each one. In a conceptual ER diagram, the details of the different entities are given as attributes. Attributes are things like a thing’s traits, a many-to-many relationship, or a one-to-one relationship. Attributes with multiple values can be given more than one value.

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

You will need the entities, their attributes, and the relationships between them in order to plot the relationships between the ERD. To get the right entity relationship diagram, you will use the information you gathered to build the data structure.

Conclusion

You need to know how the bank Management System was designed and built using diagrams. With the help of an ER diagram will help you make a system that works well. Making it will help you understand how the software works behind the scenes. This is where all the data that goes in and out of the system will be stored.