This project is a relational database system designed to manage key banking operations, including customer information, account details, transactions, employee records, and branch assignments. It uses a normalized schema to ensure data integrity and efficient relationships.
Features: Customer Management: Store and manage customer details. Account Handling: Link customers to their accounts and track balances. Transaction Tracking: Record and manage account transactions. Employee & Project Management: Track employee roles and assign them to projects. Branch Management: Manage bank branch details. ERD Design: Visual representation of the database schema.
Technologies Used: SQL for database management and queries. ERD Tools for database design.
This system serves as a basic structure for managing a bank’s operations and can be extended for real-world applications.