Working with JDBC and some Postgres features needed for the project
lab
notes
Exercise
1( Mandatory ) Execute the following steps:
- Download the project template ( project.tar.gz ) from the course web
page
- Open the archive
- Create a database for your project
- Execute create.sql script to create the database schema
- Execute copy.sql script to load data in your database
- Compile the java source - b4you.java.You can use the script
compile_b4you
- Run the java program flyaway - You can use the script run
- Implement searching for accounts by client and by create date.