This directory implements 4 different functions of MySQL using JDBC :

Create : Inserting a new row to a table

Read : To view the contents from the table

Update : To update a given row

Delete : To delete a given row