Navigation:  NexusDB Guide > SQL Reference > SQL Statements >

Transaction Statements

Previous pageReturn to chapter overviewNext page

NexusDB V3 Manual

Transaction Statements

button_main button_prev button_next

NexusDB Manual V3 > SQL Reference > SQL Statements

 

Transaction statements are used to start and terminate explicit transactions.

 

A transaction asserts data integrity by demanding that all statements executed in the context of the transaction must complete successfully before the transaction can be committed, otherwise the transaction is aborted and no changes are updated in the database.

 

Note: If an explicit transaction is not active, then each SQL statement starts an implicit transaction which is automatically committed when the SQL statement terminates.

 

Tip: Use transaction blocks to speed up the execution of bulk data-change statements.

 

© Nexus Database Systems Pty Ltd.

nexus_logo