You are to connect a java program to your MySql database via JDBC. The program must be able to execute any query on the database, displaying all of the infomation in a reasonable format. Test your program by excuting all of the queries of the first assignment and the special query:
select * from stockprices, customers;
This last query will have over 2 million rows, which may be a problem.
Note! The actual test queries for your program will be different!