Answer Posted / indu bala
trigger is any event which is raised automatically by
database server after any instruction like
update,delete,insert is performed
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Do you know what is a linked server in sql server?
What are orphan records?
What functions can a view be used to performed?
What is acid properties?
What are indexes in sql?
Explain the properties of sub-query in sql server?
What is the architecture of ms sql reporting service?
Explain the purpose of indexes?
What is scan table/view and seek table/view when its occurs? : sql server database administration
What is the difference between clustered and a non-clustered index?
How do I save a stored procedure in sql server?
Explain about integration services of Microsoft SQL server?
What is the difference between insensitive and scroll cursor?
Which is better statement or preparedstatement?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?