The document describes a bank database with 6 tables: customer, branch, account, depositor, loan, and borrower. The customer table stores customer information. The branch table stores bank branch locations and assets. The account table links accounts to branches and stores balances. The depositor table links customers to their accounts. The loan table stores loan details. And the borrower table links customers to the loans they have taken. Data is inserted into each table.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
558 views
Bank Database
The document describes a bank database with 6 tables: customer, branch, account, depositor, loan, and borrower. The customer table stores customer information. The branch table stores bank branch locations and assets. The account table links accounts to branches and stores balances. The depositor table links customers to their accounts. The loan table stores loan details. And the borrower table links customers to the loans they have taken. Data is inserted into each table.