1.

Describe and contrast a trigger and a procedure.

Answer»

Triggers are stored and controlled in the DBMS. A trigger is executed automatically when a condition is met (INSERT, UPDATE, or DELETE). A procedure is also stored in a database. A procedure is not executed automatically.



Discussion

No Comment Found

Related InterviewSolutions