1 To update a record using the Updatable ResultSet, one needs to use ______ steps and they are: _________________________.
a. 1, UpdateXXX()
b. 2, UpdateXXX() and UpdateRow()
c. 3, UpdateXXX(), UpdateCursor() and UpdateRow()
d. 4, MoveToRow(), UpdateXXX(), UpdateCursor() and UpdateRow()
2 To insert a new record using the Updatable ResultSet, one needs to use ______ steps and they are: _________________________.
a. 1, insertRow()
b. 2, moveToInsertRow(), insertRow()
c. 3, moveToInsertRow(),updateXXX(), insertRow()
d. 4, moveToCursor(), moveToInsertRow(), updateXXX(), insertRow()