笑点低御姐

文章
3
资源
0
加入时间
3年0月21天

数据库SQL(六):Triggers(触发器)

文章目录1、what are triggers2、Example3、Triggering Events and Actions in SQL4、When Not To Use Triggers1、what are triggersA trigger is a statement that is executed automatically by the system as a side effect of a modification to the database. (insert, dele