• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2008, Vol. 30 ›› Issue (5): 156-158.

• 论文 • 上一篇    

触发器在数据处理过程中的应用研究

张峰 张莉莉   

  • 出版日期:2008-05-01 发布日期:2010-05-19

  • Online:2008-05-01 Published:2010-05-19

摘要:

在数据处理过程中,频繁的数据操作莫过于数据的插入、删除和修改。合理的触发器设计主要用于保护表中的数据,并通过防止非授权或不一致的修改来确保数据的完整性。本文结合具体的开发实例,采用数据流程图的方式给出了与此相关的触发器的设计。

关键词: 数据库完整性 触发器 数据流程图 T-SQL语言

Abstract:

Insering data, deleting data and modifying data are very frequent in the process of data processing. A trigger is designed rationally to protect data in tables, and the integrity of data is ensured by preventing non-authorized or nonuniformed modification. A way of data flow chart is adopted, and the  design of the trigger is given by a concrete development example.

Key words: database integrity triggerdata flow chart;T-SQL language