What is trigger ?

Answers were Sorted based on User's Feedback



What is trigger ?..

Answer / ramesh tankala

Trigeer is like stored procedure which executes
automatically .

Trigger is User defined data integrity

Is This Answer Correct ?    11 Yes 0 No

What is trigger ?..

Answer / piyush

Triggers are those procedures written in PL/SQL that fire whenever one of the following operation occur, DML statements on a particular schema object, DDL statements issued within a schema or database, user log on or log off events, server errors, database startup, or instance shutdown.

Is This Answer Correct ?    4 Yes 0 No

What is trigger ?..

Answer / indu bala

trigger is any event which is raised automatically by
database server after any instruction like
update,delete,insert is performed

Is This Answer Correct ?    4 Yes 2 No

What is trigger ?..

Answer / kalyana chakravarthy maddipati

A trigger is a stored procedure fires implicitly when ever a DML(Insert, update & Delete) occurs. It is stored at server side. Its compiled and no need to compile and execute always.

Is This Answer Correct ?    2 Yes 0 No

What is trigger ?..

Answer / ramya

Trigger is a server-side progrm used for events(user
actions-click,key press etc..)

Is This Answer Correct ?    3 Yes 3 No

What is trigger ?..

Answer / guest

its an willow

Is This Answer Correct ?    1 Yes 2 No

What is trigger ?..

Answer / abdulla

Trigger is Limited form stored procedure associated with tables.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL Server Interview Questions

Why do we use non clustered index?

0 Answers  


What is bulkcopy in sql?

0 Answers  


Why people hate cursor?

0 Answers  


What is statement level trigger?

0 Answers  


what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

0 Answers  






How to modify an existing user defined function?

0 Answers  


what is dbcc? : Sql server database administration

0 Answers  


What is mean by "fill factor" ? and what is mean by "Index "in sql?

1 Answers   iGate, Logica CMG,


Why do we use stored procedures in sql server?

0 Answers  


What are dml triggers and types of dml triggers?

0 Answers  


What is the difference between ‘having’ clause and a ‘where’ clause?

0 Answers  


What is Transaction?

2 Answers  


Categories