What is the SUPPORTS propagation behavior?
-
A
Requires an existing transaction and suspends it temporarily
-
B
Participates in an existing transaction if one exists; runs without a transaction otherwise
-
C
Always runs without a transaction, suspending any active one
-
D
Throws an exception if called outside of a transaction