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.

User Snctln
by
7.6k 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.

User Xanido
by
8.3k points