- A ttsabort;
- B insert;
- C escape;
- D ttscommit;
- Share this MCQ
Answer:
D
Share this MCQ
Justification:
- ttsAbort will prevent the data from being written to the table and roll the transaction back to the state before the ttsBegin was called.
- The insert method is called on table to insert data, but it does not control the transaction tracking system.
- This is not a valid command used for transaction integrity.
- This is correct. The ttsCommit command ensures there were no errors during the insertion process. After the ttsCommit is called, the data will be written to the given table.
Related Lesson: Data Insert
Click me to Read more Question & Answer of Module 14: Database ManipulationShare this MCQ