October 2002
Beginner
864 pages
18h 41m
English
1> BEGIN TRANSACTION transaction_name
2> transaction type
3> if exists
4> begin
The BEGIN TRANSACTION statement signifies the beginning of a user transaction. A transaction ends when it is either committed (see COMMIT TRANSACTION) or canceled (see ROLLBACK TRANSACTION). A transaction is a logical unit of work.
Read now
Unlock full access