When performing database operations, the _____ statement is used to commit changes to the database.

  • COMMIT WORK
  • EXEC SQL COMMIT
  • EXEC SQL ROLLBACK
  • ROLLBACK WORK
When performing database operations, the COMMIT WORK statement is used in COBOL to commit changes made during the transaction to the database. It ensures the changes are permanently saved.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *