Database Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1355 Page Views: 

What is the purpose of Triggers?



Posted By: Avi Date: 1 October 2010 10:59:06 AM
 Answer:

Triggers are some set of business rules. It consist of some set of commands or statements like Stored procedures but they are only initiated or activated when the data is either added or deleted or updated in to the table.


Posted By: avibtech


Date: 1 October 2010 10:59:06 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image E10CwB
Related Questions
Database : How are one-to- one,one to many and many to many relationships implemented while designing the table?

How are one-to- one,one to many and many to many relationships implemented while designing the table....

1. One to one relationship:- This is the relationship which is used very rarely and is implemented o....
Category: Database Date: 10/1/2010 11:39:07 AM
Database : What is meant by RDBMS?

What is meant by RDBMS?

RDBMS means Relational Database Management System.This system manages the data records and indices i....
Category: Database Date: 10/1/2010 11:14:20 AM
Database : What is the difference between OLTP & OLAP?

What is the difference between OLTP & OLAP?

OLTP:- 1. It is based on entity relational model. 2. It inherits the concept of normalization so the....
Category: Database Date: 10/1/2010 11:14:07 AM
Database : What do you mean by OLTP?

What do you mean by OLTP?

OLTP means Online Transaction Processing systems which deals with relational database design and use....
Category: Database Date: 10/1/2010 11:13:07 AM
Database : How are Primary Key and Foreign key inter-related?

How are Primary Key and Foreign key inter-related?

Primary Key is a column or combination of columns to have unique records in the table. There can onl....
Category: Database Date: 10/1/2010 11:07:06 AM