Which of the following method is used to execute INSERT UPDATE-06099
Which of the following method is used to execute INSERT, UPDATE and Delete SQL statements?
This multiple choice question (MCQ) is related to the book/course
vu cs506 Web Design and Development.
It can also be found in
vu cs506 Mid Term - Quiz No.3.
Which of the following method is used to execute INSERT, UPDATE and Delete SQL statements?
executeUpdate(sql);
ExecuteQuery(sql);
executeQuery(sql);