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

why can't we assign not null constraint as table level constraint

3 Answers   CTS, Wipro,


Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?

0 Answers  


What is a database schema in oracle?

0 Answers  


One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.

6 Answers   Polaris,


If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...

0 Answers   NIC,


You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?

0 Answers  


Can a formula column be obtained through a select statement ?

0 Answers   Oracle,


How to generate query output in html format?

0 Answers  


What is a sub query? Describe its types?

0 Answers  


Explain an exception and its types?

0 Answers  


How do I use os authentication with weblogic jdriver for oracle and connection pools?

0 Answers  


What is system tablespace?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1809)
  • 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)