What does the NESTED propagation behavior do when there is an existing transaction?
-
A
Creates a completely independent new transaction
-
B
Uses a savepoint within the existing transaction allowing partial rollback
-
C
Joins the existing transaction with no isolation
-
D
Throws an exception indicating nesting is not allowed