Er Diagram: Branch - No Branch - Nam e Nam e Bank Cod e Name
Er Diagram: Branch - No Branch - Nam e Nam e Bank Cod e Name
Cod e
Name Branch_no Address BANK Has BANK BRANCH Branch_nam e Nam addr e
maintai ns
type
Offer s
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)