Answer Posted / vani
Instead of triggers are the procedures that execute in
place of Data Manipulation language (DML)statement on a
table.
for example, if i have INSTEAD-OF-UPDATE Trigger on
TableA,and i execute an update statement on that table,the
code in the INSTEAD-OF-TRIGGER will be executed instead of
the update statement that I executed.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Where sql server usernames and passwords are stored in a sql server?
What is store procedure? How do they work? When do you use?
How can we delete a table in sql server?
What is always encrypted?
What are date and time data types in ms sql server?
how to trace the traffic hitting a sql server? : Sql server database administration
What is user-defined inline table-valued function?
How do you check sql server is up and running?
What are the recovery models for a database?
What are the various editions of sql server 2017 that are available in the market?
What is an indexed view?
What is buffer cash in sql server?
What is ssrs?
Do you know what guidelines should be followed to help minimize deadlocks?
how to overcome kernel isssues