触发器和存储过程相似点很多。
数据库是一组表的集合,包括数据以及相关对象,如索引、视图、触发器和存储过程。
A database is a collection of tables, including data and related objects such as indexes, views, triggers, and stored procedures.
可以认为触发器和存储过程相似,因为两者都是由存储于数据库级别的程序逻辑组成。
Triggers can be considered to be similar to stored procedures in that both consist of procedural logic that is stored at the database level.
应用推荐