If any error comes comment below...

Skill builder

1. Write a Java (JDBC) program to connect with the MySQL database, insert the given data in the table, and display the table contents using ResultSet.

2. Write a Java program to get below input from user and insert in in table and search the record based on department.

3. As a principal of college, I need to find the faculty details based on their gender and department.

4. Write a Java (JDBC) program to connect with MySQL database and print all the employee details who have salaries greater than or equal to the given input.

5. Write a Java (JDBC) program to connect with MySQL database and print the book details after deleting a particular book from the database.

6. Write a Java (JDBC) program to connect with the MySQL database and display the student details based on the user input (dept).

7. Write a Java (JDBC) program to connect with MySQL database and check whether the given user name and password are valid

8. Write a Java program to get below input from user and insert in in table.

Challange yourself

9. Write a Java (JDBC) program to connect with MySQL database and insert the given data in the table and display the table contents using ResultSet.

10. As a teacher, I need to remove few students from the database and check other students details.

11. Create a class ItemType with the following private attributes