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

What are the steps need to be take improve the speed of a SQLDATA Server?

2 Answers   IBM,


What is difference between cte and view?

0 Answers  


Explain hostprotectionattribute in sql server 2005?

0 Answers  


Can Having clause be used without Group by clause?

6 Answers   CarrizalSoft Technologies, CSC, CTS,


How can I create a new template for import ? : sql server management studio

0 Answers  






What are the disadvantages of primary key and foreign key in SQL?

0 Answers   Alcatel-Lucent,


What is primary key and example?

0 Answers  


How to create an index on an existing table in ms sql server?

0 Answers  


What are the elements of dbms?

0 Answers  


What is coalesce in sql server?

0 Answers  


What are the joins in sql server? : sql server database administration

0 Answers  


sql server syntax to add "!" sign to "name" field of "employee" table in a manner that all names have the same lenght of 20 characters

1 Answers  


Categories