InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Transactions? |
|
Answer» A transaction is a logical unit of processing in a database that includes one or more database operations, which can be read or write operations. Transactions PROVIDE a useful feature in MongoDB to ensure consistency.
|
|