Using-AWS-PGADMIN-ECLIPSE-I-need-to-add-a-new-student-to-a-database-table-using-a-java-method-programming-homework-help

See assignment attached.

1.Create a Java Project in Eclipse and set up the JDBC Driver.

2.Create the class in the lab to access the DB via JDBC.

3.Add a method to the class to insert a new student with the following attributes. This method should take all columns in as parameters: 98999, Charlie, Comp Sci., 12

4.Create a Java class that takes a command line parameter to delete a student

5.Create a class that write out the contents of the Instructor table to a comma separated file.