ikramuzzaman455173 / my-dbms-sql-projects

Repository from Github https://github.comikramuzzaman455173/my-dbms-sql-projectsRepository from Github https://github.comikramuzzaman455173/my-dbms-sql-projects

🏦 My DBMS SQL Projects

Welcome to My DBMS SQL Projects Repository! This collection features structured database management system (DBMS) projects, complete with SQL scripts for database creation, table structures, relationships, and sample data. These projects are designed for both educational purposes and practical applications.


πŸ“‚ Available SQL Projects

Each project includes a fully structured database with well-defined schemas, relationships, and sample data. You can download the SQL scripts directly from the links provided.

1️⃣ Online Banking System

πŸ“Œ File Name: onlinebanking.sql πŸ“Œ Description: The Online Banking System database is designed to manage key banking operations, including:

  • 🏦 User Accounts – Store customer details and banking credentials.
  • πŸ’³ Transactions – Record deposits, withdrawals, and transfers.
  • 🏒 Branches – Maintain bank branch information.
  • 🏦 Loans & Payments – Track loan approvals, disbursements, and repayments.

πŸ“₯ Download: πŸ”— Click here to download onlinebanking.sql

πŸ“ File Path:

/onlinebanking/onlinebanking.sql

2️⃣ Student Record Management System

πŸ“Œ File Name: student_record_system.sql πŸ“Œ Description: The Student Record Management System database is built for academic institutions to efficiently store and manage:

  • πŸŽ“ Students – Personal and academic details of enrolled students.
  • πŸ“š Courses – Information about available courses and their schedules.
  • πŸ“ Grades – Record of students’ academic performance.
  • 🏫 Attendance – Track students' class attendance.
  • πŸ‘¨β€πŸ« Teachers – Faculty details and assigned courses.

πŸ“₯ Download: πŸ”— Click here to download student_record_system.sql

πŸ“ File Path:

/student_record_system/student_record_system.sql

About