What is INSTEAD OF trigger ?
Answers were Sorted based on User's Feedback
Answer / charlyne zeno sohtun
Instead Of Trigger helps in modify a table directly from the
View.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sanjay
Using Instead of Trigger, you can restore the deleted
record.
Its primary use can be when you accidentally delete a
record from a table. In case of Instead of trigger the view
doesn't get updated and hence the deleted record can be
retrieved.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sardhara piyush
insted of trigget is provied transparant way of modifying
view that can not be modified directly through dmal
statement like(insert,update ane delete)
| Is This Answer Correct ? | 14 Yes | 15 No |
How do you rename a table in sql?
Is sql microsoft?
What is pls integer?
What is the use of nvl function?
How do you write a complex sql query?
If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...
How will you make performance better for application including front end and back
How do I find duplicates in a single column in sql?
what is overloading procedure or overloading function ?
Why is stored procedure faster than query?
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)