We are loading the data that is present in the dataset to the database by the use of JDBC driver which helps us to interact with our database.
we also created a POJO class for the same which would help us to increase the readability and re-usability of our code.
We need to load our dataset file.
Load the JDBC driver.
Read the csv file.
we converted all the other datatypes for date to date data type and perform the rest specific operations.
we would handle all the exceptions and print them.
use of Batch updates for entering values in our database to increase the efficiency.