1. Write a menu driven program (Command line interface) to perform the following operations on student table. 1. Insert 2…
Write a program to display information about all columns in the student table. (Use ResultSetMetaData). import java.sql…
Write a program to display information about the database and list all the tables in the database. (Use DatabaseMetaDat…
1. Create a student table with fields roll number, name, percentage. Insert values in the table. Display all the detail…
SET A 1. Accept ‘n’ integers from the user and store them in a collection. Display them in the sorted order. The collec…