Assignment 5 Date : 8th Sep Due Date : 25th Sep Write an application having following features using servlets & JDBC : 1. Query : HTML FORM interface for accepting SQL queries. Get a query from user, execute it & show the results in HTML TABLE format. 2. Insert : The user types in a table name and you find the fields from the database metadata, and prompt the user to enter values for each field. Then insert the data entered. 3. Delete : Get table name and a delete condition from user and execute. 4. Help : Get table name from user and display all the information about the table. An empty string says show information about all tables. References : ~~~~~~~~~~ Servlet tutorial are available at : http://jserv.java.sun.com/products/java-server/documentation/webserver1.1/servlets/servlet_tutorial.html http://www.cs.bham.ac.uk/~tmw/servlet_tutorial/ http://www.doofus.org/Java/Jeeves/servlet_tutorial/examples.html