Database Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 751 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 1h7q1O
Related Questions
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
Database : What is the purpose of Triggers?

What is the purpose of Triggers?

Triggers are some set of business rules. It consist of some set of commands or statements like Store....
Category: Database Date: 10/1/2010 10:59:06 AM
Database : What is DKNF?

What is DKNF?

DKNF is one of the Normalization forms. It is Domain-Key Normal Form(DKNF). According to this normal....
Category: Database Date: 10/1/2010 10:58:06 AM
Database : Why is De-normalisation Required?

Why is De-normalisation Required?

Fully normalized database can only be attained at logical level. Truly normalized databse can not be....
Category: Database Date: 10/1/2010 10:57:06 AM