This quest teaches how to insert new datas into a database through a form in a web page with Spring JDBC.
We are given a SQL file to import containing a database: characters and school from Harry Potter's book.
The purpose here is to insert new characters and new schools to the existing database.




