what is the importence of the trigger in sqlserver2000?
Answer Posted / kinthada cnu
hi all
Trigger nothing but special kind of stored procedure
it's providing security to table data.And it is automatically
fire when the queary excuted.
ex:
create trigger <trigger name>
on <table name>
for <insert/update/delete>
as
begin
<statments>
end
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the underflow and overflow behaviors on float literals?
What happens to a trigger with multiple affected rows?
Why do we need different type of parameter?
What is a select query statement in ms sql server?
How to enable tcp/ip protocol on a sql server?
What is factless fact table? : sql server analysis services, ssas
What purpose does the model database server?
how can u get last observation in an unknown dataset ?
What area unit the various kinds of info compression introduced in sql server 2008?
What is reference section?
What are differences in between sql server 2012 and sql server 2016?
Explain index in sql server?
Where sql server usernames and passwords are stored in a sql server?
What does it mean to be in union?
Explain powershell included in sql server 2008?