What is the effect of a COMMIT statement in a database transaction?
Q1. What is the effect of a COMMIT statement in a database transaction?
Answer: It saves the transaction
Explanation: COMMIT statement saves changes made during a transaction, making them permanent in the database.