Multiple Choice
You can use the generic ____ method to execute arbitrary SQL statements.
A) setString()
B) prepareStatement()
C) executeQuery()
D) execute()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q53: Which clause allows the joining of multiple
Q54: Based on the following table, the query
Q55: An example of a production-quality database is:<br>A)Oracle<br>B)MS
Q56: What will the following expression match to?<br>Name
Q57: A _ is a column (or set
Q59: Based on the table below, insert the
Q60: "SQL injection attacks" have been responsible for
Q61: SQL uses single quotes (') to delimit
Q62: Which of the following statements is correct?<br>A)SQL
Q63: What is the purpose of the LIKE