Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are triggers?Where are they used?

Answers were Sorted based on User's Feedback



What are triggers?Where are they used?..

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

What are triggers?Where are they used?..

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

What are triggers?Where are they used?..

Answer / harsha vardhan reddy

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

Post New Answer

More Oracle General Interview Questions

How to do a full database export?

0 Answers  


Explain an exception?

0 Answers  


How to use windows user to connect to the server?

0 Answers  


Write a trigger example in oracle?

0 Answers  


How can you use check constraints for self referential integrity?

0 Answers  


11. Display the client number and name and the client number and name of the person who referred that client.

0 Answers   Wipro,


How to display First 4 rows From Database Table?

6 Answers  


What is Library Cache in Oracle?

0 Answers   MCN Solutions,


What is hash cluster in oracle?

0 Answers  


Hi friends can u send the oracle 9i full version download link?????????????? please reply ?

0 Answers  


How to speed up webrick?

0 Answers  


How do I uninstall oracle 11g?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)