Answer Posted / sivasankardoss
No, Trigger cannot be fired implicitely. Only a DML
statement can invoke a trigger.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is triggers and its types?
What is sleeping status in sql server?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
Why is normalisation important?
What is normalization of database?
What are the advantages of using stored procedures?
How do I run a trace in sql server?
What is self contained multi valued query?
When would you use the stored procedures or functions?
How to get the definition of a stored procedure back?
What is the use of stored procedure?
Is sql server a database?
Write a program using SQL queries to find a unique entry in a table.
What guidelines should be followed to help minimize deadlocks?
Where can you add custom error messages to sql server?