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.