What happens when a database transaction triggers a 'COMMIT' statement?
A. The transaction is aborted and wiped.
B. The transaction pauses temporarily.
C. The database structure is dropped.
D. All changes made by the transaction are made permanent on disk storage.
Answer: Option D
Solution (By JKSSB Mock Tests)
Executing a COMMIT statement instructs the database engine to save all data updates performed during the transaction permanently into physical storage.
No comments yet. Be the first to start the discussion!