Across
- 3. A special mark inside a transaction that allows all commands that are executed after it to be rolled back to that point
- 4. Transaction requires defining the beginning and end of the transactions
- 6. Global variable that determine nesting level
- 8. Default type of trigger in SQL Server
- 9. Table that stores old values while execution of trigger
Down
- 1. Changes made on the data are made permanent
- 2. Transaction that automatically starts a new transaction after the current transaction is committed/rolled back
- 3. System stored procedure to specify order in which triggers will get fire
- 5. Clause with which trigger replaces the corresponding triggering action
- 7. A mechanism that is invoked when a particular action occurs on a particular table
