1.

Explain in a brief trigger and its types?

Answer»

A trigger is used for EXECUTING the batch of MsSQL CODES. This is done when commands LIKE INSERT, UPDATE or DELETE are executed against a sequence of the table. Whenever the DATA gets modified this command automatically gets triggered.

Its types are-
  • INSERT
  • UPDATE
  • INSTEAD OF
  • DELETE


Discussion

No Comment Found