DBA > Job Interview Questions > Database developer interview questions

The IF UPDATE (column_name) parameter in a trigg

More DBA job interview questions and answers at http://dba.fyicenter.com/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 Job Interview Questions