Which statement is true about transactions in PL/SQL?
A.
A transaction can span multiple blocks.
B.
A block can contain only a single transaction.
C.
SERVERPOINTS cannot be created in a PL/SQL block.
D.
The END keyword signals the end of a PL/SQL block and automatically commits the
transaction in the block.
a
a is correct
A
A