A collection of Java JDBC mini projects developed to practice database connectivity, SQL operations, and CRUD functionality using Java and MySQL.
This repository is created as part of my Java and JDBC learning journey and will be updated regularly with new projects.
- Java
- JDBC (Java Database Connectivity)
- MySQL
- MySQL Connector/J
- VS Code
| Project | Description |
|---|---|
| 📚 Library Management System | Manage books using CRUD operations and issue/return functionality. |
More JDBC mini projects will be added soon.
- JDBC Connectivity
- DriverManager
- Connection
- PreparedStatement
- ResultSet
- executeQuery()
- executeUpdate()
- CRUD Operations
- SQL Exception Handling
- Try-with-resources
- INSERT
- SELECT
- UPDATE
- DELETE
- WHERE Clause
- Primary Keys
Java-JDBC-Mini-Projects
│
├── LibraryManagementSystem/
│ ├── InsertBook.java
│ ├── SelectBook.java
│ ├── UpdateBookDetails.java
│ ├── DeleteBook.java
│ ├── UpdateIssueBook.java
│ ├── UpdateReturnBook.java
│
└── More projects coming soon...
This repository focuses on learning and implementing:
- Database connectivity using JDBC
- CRUD operations
- Parameterized SQL queries using PreparedStatement
- Data retrieval using ResultSet
- Exception handling
- Resource management with try-with-resources
- Building console-based Java applications with MySQL
- 🏦 Banking Management System
- 👨🎓 Student Management System
- 👨💼 Employee Management System
- 🛒 Online Shopping System
- 🎬 Movie Ticket Booking System
- 🏥 Hospital Management System
- 📝 Course Registration System
Pallavi Chikkala
GitHub: https://github.com/PallaviChikkala
⭐ If you find this repository useful, consider giving it a star!