开发者社区 问答 正文

MySQL中都有哪些触发器?

MySQL中都有哪些触发器?

展开
收起
请回答1024 2020-03-31 11:09:36 485 分享 版权
1 条回答
写回答
取消 提交回答
  • 在MySQL数据库中有如下六种触发器:

    • Before Insert
    • After Insert
    • Before Update
    • After Update
    • Before Delete
    • After Delete
    2020-03-31 11:09:51
    赞同 展开评论