SQL Table Structures - OJASisLive/Bank-Management-System-Python-SQL GitHub Wiki

There are totally 8 tables used:


1.Table for Employee data

Image Link

2.Table for Employee login passwords

Image Link

3.Table for Client's biodata with password

Image Link

4.Table for Savings account details

Image Link

5.Table for current account details

Image Link

6.Table for overdraft details

Image Link

7.Table for loan details

Image Link

8.Table cash_in_hand representing hard cash

Image Link