Tejaskt/JDBC-Menu-Driven-CRUD-MySQL
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.
JavaGPL-3.0