What are the types of triggers ?
Answers were Sorted based on User's Feedback
Answer / sam katwal
There are three types of Triggers
Insert Trigger
Update Trigger
Delete Trigger
One Trigger also exists
Instead of Trigger which was introducted in SQL Server 2000
| Is This Answer Correct ? | 21 Yes | 24 No |
Answer / sandeep chawdekar
there are mainily 3 types of triggers
1> dml trigger
2>instead of trigger written on only view
3>system trigger
dml trigger written on table that gets fired on dml events
like
insert or delete or update operation
that trigger may fire
1>after dml event
2> before dml event these are timings for trigger firing
instead of trigger written only on view that view is not
modifiable that also gets fired
when dml event occurs
system trigger gets fired on system event like
before log off or after log on or before shutdown
this trigger may be written on
database level
schema level
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / arjun singh
INSERT TRIGGER
UPDATE TRIGGER
DELETE TRIGGER
| Is This Answer Correct ? | 7 Yes | 22 No |
What is sql*plus?
What is mutating table error?
What are local and global Indexes and where they are useful.
Explain what is a subquery ?
1 SELECT a.field1, b.field2, c.field3, d.field4 2 FROM atable a, atable b, ctable c, dtable d 3 ? 4 ORDER BY 1 What is the minimum number of joins that must be specified on line 3 in the sample code above to properly link the tables? Notice that the table "atable" is aliased twice: once as "a" and once as "b." 1. One join 2. Two joins 3. Three joins 4. Four joins 5. Five joins
Why do we need unique key in a table?
How many indexes can be created on a table in sql?
What are different sql data types?
difference between cursor and procedure in a package
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is gpt format?
What is difference between % ROWTYPE and TYPE RECORD ?
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)