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 |
What are the benefits of using stored procedures over sql statements?
What happens if you insert a duplicate key for the primary key column in ms sql server?
How to provide Security for package?
How do I list the available tables in a database I'm querying?
What is the difference between the 2 operating modes of database mirroring?
What is cte (common table expression)?
explain different types of jions with examples briefly?
2 Answers Accenture, Excellence, Zensar,
What is dbcc updateusage?
How can we determine what objects a user-defined function depends upon?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
Define clusters?
How can you insert null values in a column while inserting the data?
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)