IBM
A2060-218 · Question #23
In an order process, three JDBC queries need to be executed against three separate databases: 1. Decrease inventory by the ordered volume to reserve inventory (in the inventory database) 2. Check…
The correct answer is A. End Transaction Service. See the full explanation below for the reasoning.
Question
In an order process, three JDBC queries need to be executed against three separate databases: 1. Decrease inventory by the ordered volume to reserve inventory (in the inventory database) 2. Check the customer credit limit in a table (in the customer database) 3. Insert the order details in the order table (in the order database) If, for example, the credit limit check fails, the inventory needs to be restored. Which service can be of help in this situation?
Options
- AEnd Transaction Service
- BLightweight JDBC Adapter
- CRollback Database Service
- DRestore Business Process Service
How the community answered
(36 responses)- A83% (30)
- B3% (1)
- C8% (3)
- D6% (2)
Community Discussion
No community discussion yet for this question.