what is the importence of the trigger in sqlserver2000?
Answer / 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 |
How to use column default values in insert statements in ms sql server?
what is a deadlock? : Sql server database administration
Find nth lowest salary or get nth lowest salary?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
What is awe?
How do I delete a sql server database?
How do you rebuild an identity column?
What are cursors?
wat wil hapn if we give the both read and deny read permission to user?
Define master database?
Tell me the phases a transaction has to undergo?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)