In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
How do I create a trigger? In view of this problem, this article gives the corresponding analysis and answers, hoping to help more friends who want to solve this problem to find a more simple and feasible way.
What is a trigger?
Triggers are used to perform some actions "automatically" after / before certain actions. (for example, if new student information is inserted, then the number of students should be modified in the class table).
When insert delete update sets the trigger, performing the insert delete update operation automatically triggers the contents of the setting.
A table can have up to six triggers (3x2, three operations * two times (before | after)).
Create trigger
Syntax:
Create trigger trigger name before | after event on table name for each row trigger statement
The trigger name is recommended to be trigger_xxx so that it is easy to distinguish and the trigger name cannot be duplicated.
Before | after represents the trigger statement execution time. In the case of before, the trigger statement is executed before the insert delete update operation; after is after.
The event is one of the insert delete update operations.
For each row is a trigger that performs the corresponding action on behalf of any record.
The trigger statement is the statement to be executed when the trigger is triggered.
After reading the above, do you have any further understanding of creating triggers? If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.