Is INSTEAD OF trigger directly applicable to Table ?



Is INSTEAD OF trigger directly applicable to Table ?..

Answer / Kavita Chaudhary

No, INSTEAD OF triggers are not applied directly to tables. They are defined on views and are fired before the data modification operation occurs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the differences between left join and inner join in sql server?

1 Answers  


Name three version of sql server 2000 and also their differences?

1 Answers  


How to call a function from a stored procedure in SQL Server ?

1 Answers   HCL,


What is clustered vs nonclustered index?

1 Answers  


What is cdc in sql server?

1 Answers  


what is difference between having and where clause ?

3 Answers  


What stored by the model? : sql server database administration

1 Answers  


How to delete duplicate rows?

1 Answers  


whate is advantages of sql server 2000

0 Answers  


What is acid db?

1 Answers  


Explain data warehousing in sql server?

1 Answers  


How many types of relations are there between dimension and measure group? : sql server analysis services, ssas

1 Answers  


Categories