Java assignment
Problem You are given a database file called accounts.db but no other information.
a) Write a small Java application to read the file and print out the names of the
table(s) and their column names and types. b) Write a small Java program that uses the information you gained in part (a) to
read the data in the database and print it to an output text file called accounts.txt - 1 -