Q. What does the COMMIT Statement do?
β
Correct Answer: (B)
Changes made in the SQL database transaction are permanently saved using this SQL statement.
Explanation: Changes made in the SQL database transaction are permanently saved using COMMIT SQL statement.