Home »
PL/SQL MCQs
Which of the following is not an advantage of trigger?
98. Which of the following is not an advantage of trigger?
- Various column values are automatically generated by triggers
- Maintains the integrity of referential
- Tables are replicated asynchronously
- Validating transactions and preventing them from being invalid
Answer: C) Tables are replicated asynchronously
Explanation:
Trigger has this advantage of the tables to be replicated synchronously and not asynchronously.