Multiple Choice
In an UPDATE statement, the SET keyword is followed by _________.
A) a comma-separated list of column value-name pairs in the format value = columnName
B) a comma-separated list of column name-value pairs in the format columnName = value
C) a semicolon-separated list of column value-name pairs in the format value = columnName
D) a semicolon-separated list of column name-value pairs in the format columnName = value
Correct Answer:

Verified
Correct Answer:
Verified
Q18: Java programs communicate with databases using what
Q19: An a PreparedStatement, parameters are counted from
Q20: Transaction processing enables a program to treat
Q21: JDBC supports _, so you do not
Q22: Which of the following states the Rule
Q24: This keyword is used to add a
Q25: PreparedStatement method _ returns a ResultSet.<br>A) executeUpdate<br>B)
Q26: Which SQL keyword is required in every
Q27: Initially, a ResultSet cursor is positioned _.<br>A)
Q28: What exception is thrown if DriverManager method