1.

A _________ is a statement that the system executes whenever a database is modified(a) Trigger(b) Function(c) Package(d) ProtocolThis question was addressed to me during a job interview.Question is from Accessing SQL From a Programming Language topic in chapter Intermediate and Advanced Sql of RDBMS

Answer»

The CORRECT option is (a) Trigger

Best EXPLANATION: A trigger is a STATEMENT that the SYSTEM executes whenever a database is modified. Immediately after the specified modification of the database is complete, the trigger statement GETS executed and then the execution is continued.



Discussion

No Comment Found

Related InterviewSolutions