Interview Questions

The IF UPDATE (column_name) parameter in a trigger definition will return TRUE in case of an INSERT statement being executed on the triggered table

Database developer interview questions


(Continued from previous question...)

9. The IF UPDATE (column_name) parameter in a trigger definition will return TRUE in case of an INSERT statement being executed on the triggered table

9. The IF UPDATE (column_name) parameter in a trigger definition will return TRUE in case of an INSERT statement being executed on the triggered table:
1. Yes
2. No
3. It returns TRUE only if an UPDATE query is executed
4. Both b and c

(Continued on next question...)

Other Interview Questions