asked 52.7k views
5 votes
One way of specifying the transaction boundaries is by specifying explicit ______ and ___ statements in an application program; in this case, all database access operations between the two are considered as forming one transaction.

asked
User Snctln
by
8.3k points

1 Answer

2 votes

Final answer:

One way of specifying the transaction boundaries is by specifying explicit begin and commit statements in an application program.

Step-by-step explanation:

One way of specifying the transaction boundaries is by specifying explicit begin and commit statements in an application program; in this case, all database access operations between the two are considered as forming one transaction.

answered
User Xanido
by
8.8k points