C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
6
Reply
What is the type of trigger ?
Sandeep Kumar
9y
982
1
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
There is 2 type of trigger and these are After trigger and Instead of trigger
Sandeep Kumar
9y
2
Triggers are database object. Basically these are special type of stored procedure that are automatically fired/executed when a DDL or DML command statement related with the trigger is executed. Triggers are used to assess/evaluate data before or after data modification using DDL and DML statements
Subhashkumar Yadav
8y
1
trigger is a special kind of storedprocedure which will invoke immediately dml operations like insert update delete.. there are two type of triggers 1)ddl triggers 2)dml triggers
Nenu Rakshasi
9y
1
insert,update,delete,
Munesh Sharma
9y
1
insert,update,delete,instead of
PriyaRanjan Mallick
9y
1
DML trigger, DDL trigger and Log on Trigger.DML trigger are After trigger and Instead of Trigger
Anil Kumar Murmu
9y
1
What is syntax for create new Table in database?
What is syntax for creating triggers ?
Message