what does connection.commit() method do?
Answers
Answered by
2
Answer:
Answer:The commit() method of the Connection interface saves all the modifications made since the last commit. If any issue occurs after the commit you can revert all the changes done till this commit by invoking the rollback() method.
Answered by
0
Explanation:
here is u r answer dear plz follw me
Attachments:
Similar questions