You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Student Management System is a Java and MySQL project that serves as an introductory exploration into database management. This project focuses on implementing fundamental database operations using Java programming language and MySQL. It includes features like simple connection pool, configuration loading, and basic database interactions.
A DBMS project to perform basic hotel management functions like adding customer details, booking different kinds of rooms, checking out and updating stay of customer
This Java application demonstrates basic CRUD operations (Create, Read, Update, Delete) using a MySQL database through JDBC (Java Database Connectivity). It provides a menu-driven interface for performing these operations on a MySQL database table.