Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ Java JDBC Mini Projects

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.


🚀 Technologies Used

  • Java
  • JDBC (Java Database Connectivity)
  • MySQL
  • MySQL Connector/J
  • VS Code

📂 Projects Included

Project Description
📚 Library Management System Manage books using CRUD operations and issue/return functionality.

More JDBC mini projects will be added soon.


📖 JDBC Concepts Covered

  • JDBC Connectivity
  • DriverManager
  • Connection
  • PreparedStatement
  • ResultSet
  • executeQuery()
  • executeUpdate()
  • CRUD Operations
  • SQL Exception Handling
  • Try-with-resources

📚 SQL Concepts Used

  • INSERT
  • SELECT
  • UPDATE
  • DELETE
  • WHERE Clause
  • Primary Keys

📁 Repository Structure

Java-JDBC-Mini-Projects
│
├── LibraryManagementSystem/
│   ├── InsertBook.java
│   ├── SelectBook.java
│   ├── UpdateBookDetails.java
│   ├── DeleteBook.java
│   ├── UpdateIssueBook.java
│   ├── UpdateReturnBook.java
│
└── More projects coming soon...

🎯 Learning Objectives

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

🔮 One of the Upcoming Projects

  • 🏦 Banking Management System
  • 👨‍🎓 Student Management System
  • 👨‍💼 Employee Management System
  • 🛒 Online Shopping System
  • 🎬 Movie Ticket Booking System
  • 🏥 Hospital Management System
  • 📝 Course Registration System

👩‍💻 Author

Pallavi Chikkala

GitHub: https://github.com/PallaviChikkala


⭐ If you find this repository useful, consider giving it a star!

About

Java JDBC practice projects built using MySQL. This repository will be updated with additional mini projects as I continue learning JDBC.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages