Steps to run the project:-
- Open the folder structure in VS Code.
- Open your sql command line and run the two sql scripts(in the sql folder) in order:- First - createCollege.sql Second - populateCollege.sql
- Open the JdbcDemo.java file in the src folder and change the String USER to "root" and the String PASSWORD to your own sql password run it.
- Now enjoy the playing with the commands as you wish!!