what is trigger . hw will it use them

Answers were Sorted based on User's Feedback



what is trigger . hw will it use them..

Answer / m.ramarathna

Triggers are special kind of stored procedure that get
executed automatically when insert,update,delete operation
takes place on a table. Trigger can't be invoked on demand.


when delete,update,insert one data in the table ,that data
will stored in another one table.Nobody can't open the table
.That can open only by the select user.because of trigger
we give full importants to all data .

Is This Answer Correct ?    10 Yes 2 No

what is trigger . hw will it use them..

Answer / sanjay kumar dinda

Trigger is a procedure which is invoked automatically when
any DML operation occured on a table.

At the time of DML operation , inside trigger SQL provide
the dummy table ( inderted , deleted) , which stores the
errected rows....

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to create a new login name in ms sql server?

0 Answers  


what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration

0 Answers  


What are the various editions of sql server 2017 that are available in the market?

0 Answers  


Explain the concept of view and Types of views in SQL server?

0 Answers   HCL,


How to write a query with an inner join in ms sql server?

0 Answers  






What are a scheduled jobs?

0 Answers  


What are the pre-defined functions in the sql server?

0 Answers  


How to list all stored procedures in the current database using ms sql server?

0 Answers  


What is the use of stored procedure?

0 Answers  


Explain about builtinadministrator?

0 Answers  


What is difference between global temporary tables and local temporary tables?

0 Answers   Tech Mahindra,


What is a transactions?

0 Answers  


Categories