Assignment 2 

Due: Monday April 13, 11:59 pm

At this point in the game, each student should be able to demonstrate (in the form of java source code) that he/she can do the following:
 

1.

Connect to the Oracle database via JDBC and

2.

Create a table in your database using JDBC and

3.

Populate that table with data using JDBC and

4.

Retrieve that data using JDBC and display it and 

5.

Obtain metadata via JDBC on the table: report the number of columns and list them out

Deliverables: