Which of the following method is used to execute SELECT SQL-06120
Which of the following method is used to execute SELECT 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.5.
Which of the following method is used to execute SELECT SQL statements?
executeUpdate(sql);
executeQuery(sql);
ExecuteUpdate(sql);