Banking Database Management System by Kazi Emad
Banking Database Management System by Kazi Emad
Course Name:
CSE 210: Database System Lab
Project Name:
Banking Database Management System
Date of Submission:
January 07, 2021
Banking Database Management System
Introduction:
This Project Is About Banking Database Management System. Sub Queries are attached with screenshot
for better understanding.
Tools:
• MySQL Workbench.
Feature:
• DDL
• DML
• View
• Procedural Language.
Language Used:
• PL/SQL. (It is a high-performance and highly integrated database language.)
ER Diagram:
Views:
call Cust_AC_No;
Procedural Function Call:
call Branch_Count;
call Get_Cust_Loan_and_Branch;
call Get_Cust_Loan_and_installment;
Procedural Function Call:
call Get_Cust_LoanAmount;
call GetCust_ID_Name('Uttara_Br');
Complex Queries:
-- Customer ID, and Name from 3 tables:
-- Name of the Customers and id and their loan and from which branch do they take the loan: