Content deleted Content added
Emperorbma (talk | contribs) cat |
Emperorbma (talk | contribs) cleanups and linkfixes |
||
Line 1:
A <code>'''BEGIN WORK'''</code> 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 <code>[[
Some database systems allow the synonyms <code>''BEGIN''</code> and <code>''BEGIN TRANSACTION''</code>, and may have other
options available.
|