0% found this document useful (0 votes)
17 views3 pages

Er Diagram: Branch - No Branch - Nam e Nam e Bank Cod e Name

This document contains an ER diagram and database tables describing an online banking system. The ER diagram shows the relationships between banks, bank branches, accounts, loans, customers and transactions. The database tables define 9 tables to store information on customers who register, log in, bank and branch details, loan and account information, and transaction history. E-banking allows customers to perform all banking functions online at any time without geographic restrictions.

Uploaded by

santhoshi_it
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views3 pages

Er Diagram: Branch - No Branch - Nam e Nam e Bank Cod e Name

This document contains an ER diagram and database tables describing an online banking system. The ER diagram shows the relationships between banks, bank branches, accounts, loans, customers and transactions. The database tables define 9 tables to store information on customers who register, log in, bank and branch details, loan and account information, and transaction history. E-banking allows customers to perform all banking functions online at any time without geographic restrictions.

Uploaded by

santhoshi_it
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

ER DIAGRAM

Cod e

Name Branch_no Address BANK Has BANK BRANCH Branch_nam e Nam addr e

maintai ns

type

Acct_n ooooo ACCOUNT Balance

Offer s

has Borrow s Loan_no amount Name Addres s Phone

Loan

ssn

Customer

type

ABSTRACT
E-banking is a process which allows a customer to perform banking functions online. It can be accomplished through internet with specific account information and password. E-banking provides its facilities to the users 24 hours a day and 7days a week. Any time accessing and absence of geo-graphical boundaries are major advantages. By simple logging on to the site and signing in with user id and password all the customers can perform all the actual banking services. The services provided by e-banking are checking account balance, creating new account, account statements, closing an account, transfer of funds between two accounts, bill payments, fixed deposits, currency transformations, various types of loans and requests like demand drafts, credit card etc., are exactly simulated at the cost of no time loss.

DATABASE TABLES:
1. Register (username, first_name, last_name, dob, address, acct_no) 2. Login (username, password) 3. Bank(code,name,address,branch_no) 4. Bank_branch (branch_no,branch_name,address,phone) 5. Customer (ssn,name,address,phone,acct_no) 6. Loan (loan_no,amount,type,period,interest,ssn) 7. Account (acct_no,balance,type) 8. Transaction (trans_id,trans_type,acct_no,date,time) 9. Borrow (ssn,loan_no,date)

You might also like