What does the INSTEAD OF trigger do?
Answers were Sorted based on User's Feedback
Answer / vani
Instead of triggers are the procedures that execute in
place of Data Manipulation language (DML)statement on a
table.
for example, if i have INSTEAD-OF-UPDATE Trigger on
TableA,and i execute an update statement on that table,the
code in the INSTEAD-OF-TRIGGER will be executed instead of
the update statement that I executed.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / s.vanitha
The INSTEAD OF triggers execute instead
of the original data modification. INSTEAD OF trigger are
allowed for both tables and views.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / apparao akki
None of the above answers are correct..
The Main objective of INSTEAD OF TRIGGERS is.. To handling
the complexity of View.,i.e; to manipulating the
non-updateable views(the views that have created by many
tables with help of joins, Group by operators or set operator's)
if u need more .. contact on my mail:
apparao.akki@oracle.com
| Is This Answer Correct ? | 0 Yes | 3 No |
Can we add an identity column to decimal datatype?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
when we use function instead of procedure? plz tell me the situation with ex?
Explain how many normalization forms?
what is normalization? Explain different levels of normalization? : Sql server database administration
How many categories of data types used by sql server?
How to drop an existing schema in ms sql server?
Explain the difference between functions and stored procedures in sql server?
what is the system function to get the current user's user id? : Sql server database administration
Explain activity monitors
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
Explain about nested stored procedure?
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)