What is a trigger ?

Answers were Sorted based on User's Feedback



What is a trigger ?..

Answer / santosh pachauri

Triggers are the precompiled statement stored in the
database and fired by the server when you want to
insert,delete,update record.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

What is a primary key sql?

0 Answers  


i have table T!. A B C D NULL 1 2 3 4 NULL 5 6 7 8 NULL 9 10 11 12 NULL. I WANT COUNT OF NULL VALUES IN TABLE. WRITE A QUERY.

14 Answers   iGate, Wipro,


How to count the no of records of a table without using COUNT function?

11 Answers   TCS, Tesco,


What is write ahead logging in sql server?

0 Answers  


In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;

2 Answers   Mastek,






What is column?

0 Answers  


How many tables can you join in sql?

0 Answers  


What are the possible values that can be stored in a boolean data field?

0 Answers  


Can we create table inside stored procedure?

0 Answers  


How does postgresql compare to oracle/db2/ms sql server/informix?

0 Answers  


explain the advantages and disadvantages of stored procedure? : Sql dba

0 Answers  


How can we implement rollback or commit statement in a trigger?

0 Answers  


Categories