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
How to declare a cursor with "declare ... Cursor" in ms sql server?
When a primary key constraint is included in a table, what other constraints does this imply?
What is the difference between substr and charindex in the sql server?
Does view occupy space?
What the different components in replication and what is their use?
What is a self join in sql server?
What is the purpose of the model database?
What is subquery? Explain the properties of a subquery?
Can you please explain the difference between primary keys and foreign keys?
Explain the functionalities that views support?
What is collation sensitivity?
What is dml command?
What is mean by dml?
Explain can you implement data mining in ssrs?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?