Multiple Choice
Transaction processing enables a program to treat a database operation, or set of operations, as single operation. This is known as a(n) ________ or a(n) ________.
A) atomic operation, unique operation.
B) unique operation, transaction.
C) atomic operation, transaction.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which constants are used to indicate that
Q16: The result of a query can be
Q17: If a query includes columns from multiple
Q18: Java programs communicate with databases using what
Q19: An a PreparedStatement, parameters are counted from
Q21: JDBC supports _, so you do not
Q22: Which of the following states the Rule
Q23: In an UPDATE statement, the SET keyword
Q24: This keyword is used to add a
Q25: PreparedStatement method _ returns a ResultSet.<br>A) executeUpdate<br>B)