GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  DataBase Testing

 Print  |  
Question:  How a trigger can help in improving performance? How many types of triggers are there and What do they do?



October 10, 2008 02:36:19 #2
 chandraagi   Member Since: October 2008    Total Comments: 1 

RE: How a trigger can help in improving performance? How many types of triggers are there and What do they do?
 
Use of triggers: we can do the record insertion/deletion/updation when we perform certain operation on a table or database logon and logoff
Improves the security of data and tracking the changes done on a table records
based on the type operation triggers are Insert, Update, Delete
     

 

Back To Question