I have written the simplest implementation of DBMS using Java's JDBC. In my app I gve users ability to perform CRUD operations on some simple mysql database. Everything done in console. Problem is that when users chooses operation from menu (queries currently hardcoded) and then provides query a I have written the simplest implementation of D