Content deleted Content added
SQL BEGIN WORK command |
Emperorbma (talk | contribs) fix ln |
||
Line 1:
A '''BEGIN WORK''' statement in [[SQL]] starts a [[database transaction|transaction]] within a [[relational database management system]] (RDBMS).
Any work done after this point will not be visible to other users, until a [[COMMIT (SQL
Some database systems allow the synonyms ''BEGIN'' and ''BEGIN TRANSACTION'', and may have other
|