What are triggers?Where are they used?
Answers were Sorted based on User's Feedback
Answer / arshi
trigger is autorun query. for example if you perform some
operation that time some operation(insert,delete) shuld be
execute automatically that time you have to use trigger
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / vamsi krishna
triggers are the named pl/sql blocks which are executed
automatically at the specified events.the event at which
triggers are executed is called as the triggering
event.there are 3 types of triggers
(i) dml triggers:
these triggers are executed either before or after any dml
events(i.e insert or update or delete)
(ii) ddl triggers:
these triggers are executed either before or after any ddl
events(i.e create or alter or rename or truncate or drop)
(iii) database triggers
these trigger are executed either before or after any
database events(i.e logon or logoff or startup or shutdown)
database triggers can be created only by user having dba
privileges.
using triggers we can perform the following operations
(i) auto managing of data
(ii) auditing of data
(iii) auditing of events
(iv)defining of validations
| Is This Answer Correct ? | 4 Yes | 1 No |
A set of PLSQL statements "automatically" executed when DML
statements are performed and stored parmanently in database.
USES:- used to impose user defined restrictions or business
rules on database table
| Is This Answer Correct ? | 1 Yes | 1 No |
How to view existing locks on the database?
How to retrieve data from an explicit cursor?
Which is better Oracle or MS SQL? Why?
WHT ARE THE AGGREATE FUNCTIONS?
How to create a server parameter file?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
which clause we are not used in where clause?
Can you have more than one content canvas view attached with a window ?
How to name query output columns in oracle?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What is background process in Oracle?
What is indexing, and how does it improve performance?