1.

For the execution of DELETE SQL query in JDBC, _______ method must be used.

Answer»

For the execution of DELETE SQL query in JDBC, _______ method must be used.
Choose the correct option from below LIST
(1)EXECUTEQUERY()
(2)executeDeleteQuery()
(3)EXECUTEUPDATE()
(4)executeDelete()

Answer:-(3)executeUpdate()



Discussion

No Comment Found