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 do I find the sql server version?
What is a view and what are its advantages?
What is a mixed extent?
Hi..here i would like to know the Backup and Restore models?
Differentiate between truncate vs delete in mssql?
What do u mean by orphan users, how will u list them in the DB
How to get number of days in a given year?
What is join and name different type of joins?
How to find 6th highest salary from Employee table ?
What is dimension table? : sql server analysis services, ssas
What is a covered index?
Does hive support indexing?
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)