DATABASE CONCEPTS CUSTOM
DATABASE CONCEPTS CUSTOM
8th Edition
ISBN: 9780134639864
Author: KROENKE
Publisher: PEARSON C
bartleby

Concept explainers

Question
Book Icon
Chapter 7, Problem 7.5RQ
Program Plan Intro

Trigger:

In a database, a trigger is a program joined to a particular table or view. It will executed by the DBMS (Database Management System), when certain events may occur using that table.

  • It can be executed before or after the “SQL” commands which use the “INSERT”, “UPDATE” or “DELETE” operations or once for each modified row.
  • If a trigger event has occurs, the trigger’s function will called at the time of handling the event.
  • These events are handled using “BEFORE”, “AFTER” or “INSTEAD OF” trigger logics.

Blurred answer
Students have asked these similar questions
The activation of one trigger may cause the activation of another. True False
Which are the types of Triggers?
The activation of one trigger may result in the activation of another trigger. True False
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education