Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   What is "TRIGGER" in SQL? (http://siteownersforums.com/showthread.php?t=357559)

Pavan Techn 06-01-2018 10:12 AM

What is "TRIGGER" in SQL?
 
Trigger allows you to execute a batch of SQL code when an insert, update or delete command is executed against a specific table.

Actually triggers are special type of stored procedures that are defined to execute automatically in place or after data modifications.


All times are GMT -7. The time now is 11:18 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.