What is the term for a database transaction that is partially executed?
Q1. What is the term for a database transaction that is partially executed?
Answer: Partially committed
Explanation: Partially committed transaction is one that has executed some but not all of its operations, and is waiting for a commit or rollback.