Is trigger fired implicitely?
Answers were Sorted based on User's Feedback
Answer / jay vardhan singh
Yes,
Trigger cannot be fired explicitly.We cannot call trigger .
It fires automatically on event.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sivasankardoss
No, Trigger cannot be fired implicitely. Only a DML
statement can invoke a trigger.
Is This Answer Correct ? | 1 Yes | 6 No |
What is filestream?
Define primary key?
Explain what are the restrictions while creating batches in sql server?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
What different steps will a sql server developer take to secure sql server?
What the different components in replication and what is their use?
What is nolock hint in sql server 2008
How do I manually uninstall an instance of sql server 2016?
What is lock escalation? : sql server database administration
What are the advantages of using views. Why do we need views when we have SPs?
What is the contrast between sql and pl/sql?
How column data types are determined in a view?