---
title: "What is Nested Trigger?"  
description: "What is Nested Trigger?"  
author: "Anonymous User"  
published: 2014-10-12  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/2216/what-is-nested-trigger  
category: "mssql server"  
tags: ["database", "mssql server"]  
reading_time: 1 minute  

---

# What is Nested Trigger?

A trigger can also contain INSERT, UPDATE and DELETE logic within itself, so when the trigger is fired because of data modification it can also cause another data modification, thereby firing another trigger. A trigger that contains data modification logic within itself is called a nested trigger.

## Answers

### Answer by Anonymous User

A trigger can also contain INSERT, UPDATE and DELETE logic within itself, so when the trigger is fired because of data modification it can also cause another data modification, thereby firing another trigger. A trigger that contains data modification logic within itself is called a nested trigger.


---

Original Source: https://www.mindstick.com/interview/2216/what-is-nested-trigger

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
