In this chapter you will learn:
1. What is Statement
Interface in Java JDBC?
2. How to use Statement
Object to execute Insert
, Update
, Select
and Delete
Query
What is Statement Interface in Java JDBC?
Statement Object is used for executing sql query like Insert
, Update
, Delete
and Select
in the Continue reading “Java JDBC – Statement Object to Execute Insert, Update and Delete” »