Answer Posted / s.vanitha
The INSTEAD OF triggers execute instead
of the original data modification. INSTEAD OF trigger are
allowed for both tables and views.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to how to convert numeric expression data types using the convert() function??
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
How to list all objects in a given schema?
How many categories of functions based their return modes?
Explain temporary table vs table variable by using cursor alternative?
Which joins are sql server default?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
What is the rdl file?
What is view in sql?
What is resource governor?
How to list all triggers in the database with sys.triggers in ms sql server?
When would you use a before or after trigger?
How to insert multiple rows with one insert statement in ms sql server?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
What is inner join? Explain with an example?