A menu-driven CLI application built in Java to perform CRUD operations (Create, Read, Update, Delete) on a student database. The project demonstrates the use of JDBC for database connectivity and SQL ...
Overview A console-based Student Database Management System built with Java, MySQL, and Apache NetBeans. This application allows users to perform CRUD (Create, Read, Update, Delete) operations on ...