0% found this document useful (0 votes)
112 views1 page

Client Accountant: Indexes Indexes

The document describes database tables for banking entities including accounts, clients, branches, loans, savings accounts, and transfers with fields like IDs, names, balances, dates, and indexes. Primary and foreign keys are specified to link the tables together for tracking banking operations and customer information.

Uploaded by

Sumit Kumar Dam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views1 page

Client Accountant: Indexes Indexes

The document describes database tables for banking entities including accounts, clients, branches, loans, savings accounts, and transfers with fields like IDs, names, balances, dates, and indexes. Primary and foreign keys are specified to link the tables together for tracking banking operations and customer information.

Uploaded by

Sumit Kumar Dam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

accountant Client

bank_id INT account_id INT

name VARCHAR(45) username VARCHAR(45)

username VARCHAR(45) password VARCHAR(45)

password VARCHAR(45) name VARCHAR(45)

current_branch INT address TEXT

contact_info VARCHAR(45) contact_info VARCHAR(45)

Indexes Indexes
bank PRIMARY
PRIMARY
id INT account_id_UNIQUE
branch_idx
bank_name VARCHAR(45)
main_location TEXT account
contact_info TEXT id INT
Indexes bank_id INT
PRIMARY balance DOUBLE

branch
id INT
name VARCHAR(45)
location TEXT
contact_info TEXT
Indexes
bank_id1 INT

loan savings transfer


serial_l INT serial_s INT serial INT
Indexes
date VARCHAR(45) date VARCHAR(45) receiver_acc_id VARCHAR(45)
PRIMARY
amount DOUBLE amount DOUBLE date VARCHAR(45)
fk_branch_bank1_idx
activities VARCHAR(45) activities VARCHAR(45) amount DOUBLE
comment VARCHAR(45) comment VARCHAR(45) account_id INT
account_id INT account_id INT comment VARCHAR(45)
Indexes Indexes
PRIMARY PRIMARY
index Indexes index
PRIMARY
index

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy