DELETE Query
Learn how to use the update method to delete a record from the database.
We'll cover the following...
JdbcTemplate
update()
method
In the previous lesson, we learned that the update()
method of the JdbcTemplate is used to execute INSERT as well as UPDATE queries. In this lesson, we will write a query to delete a row based on the ID value using the update()
method of the JdbcTemplate
class. ...
Access this course and 1400+ top-rated courses and projects.