InterviewSolution
Saved Bookmarks
| 1. |
What Is Commit? |
|
Answer» COMMIT is a WAY to terminate a transaction with all DATABASE changes to be saved PERMANENTLY to the database SERVER. Commit is a way to terminate a transaction with all database changes to be saved permanently to the database server. |
|