what does a COMMIT statement do to a CURSOR :
A
Open the Cursor
B
Fetch the Cursor
C
Close the Cursor
D
None of these
Correct Answer: None of these
The COMMIT statement releases all row and table locks, and erases any savepoints you marked since the last commit or rollback. Until your changes are committed: You can see the changes when you query the tables you modified, but other users cannot see the changes.