Answer Posted / sathish kumar.t
Trigger is the collection of T-SQL statements, which is
activated based on certain actions. Trigger is fired, when
any of one DML statements will occur..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is partition index in sql server?
Explain concepts of analysis services?
Delete duplicate rows without using rowid.
What is correlated subquery in sql server?
How do I edit a procedure in sql server?
what is a join? : Sql server database administration
Which is faster statement or preparedstatement?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
How can you tell if a database object is invalid?
Explain various On-Delete options in a DB table. Which is the default option?
How do I find my localdb version?
Explain the types of indexes.
How to change the ownership of a schema in ms sql server?
How many non clustered indexes there can be on table ?
What are the advantages of mirroring?