Select from following answers:- A DML trigger cannot reference objects outside of the current database
- You can create a DML trigger only in the current database
- A DML trigger cannot be created on a temporary or system table
- The WRITETEXT statement does not cause the INSERT or UPDATE triggers to fire.
- All Above
You can create a DML trigger only in the current database, although a DML trigger can reference objects outside of the current database
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator