Bank Managment System Project by Using ERD and EERD
Bank Managment System Project by Using ERD and EERD
INISTITUTE OF TECHNOLOGY
COMPUTER SCIENCE DEPARTMENT
FUNDAMENTALS
OF DATABASE PROJECT
GROUP MEMBERS
NAME ID
1. ADONAI DESALEGN.……………………….2280/13
2. AKINAHOM BIRUK ….….…………………...2088/13
3. GUTU YAEKOB………..….………………….. 2368/13
4. MERON BIRHANU…….….………………… 3435/13
5. YOHANIS ABAY..…………………………… 1419/13
6. SINTAYEHU DESALEGN……………………3129/13
This bank ER diagram illustrates key information about bank, including entities
such as branches, customers, accounts, employee, manager and loans. It
allows us to understand the relationships between entities.
Entities and their Attributes are :
Bank Entity : Attributes of Bank Entity are Bank Name, Code and Address.
Code is Primary Key for Bank Entity.
Customer Entity : Attributes of Customer Entity are Customer_id, Name,
Phone Number and Address.
Customer_id is Primary Key for Customer Entity.
Branch Entity : Attributes of Branch Entity are Branch_id, Name and
Address.
Branch_id is Primary Key for Branch Entity.
Account Entity : Attributes of Account Entity are Account_number,
Account_Type and Balance.
Account_number is Primary Key for Account Entity.
EMPLOYEE entity: Attributes of employee entity are employee id, name,
phone no ,sex, birthdate, job position, salary, address.
Employee id is primary key for employee entity.
MANAGER entity : Attributes of manager entity are employee id, name,
phone no, sex, birthdate, job position, salary, address.
Employee id and job position are primary key of manager entity.
Loan Entity : Attributes of Loan Entity are Loan_id, Loan_Type and
Amount.
Loan_id is Primary Key for Loan Entity.
DEPENDENT entity : Attributes of dependent entity are
name,birthdate,relationship,
Relationships are :