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 is trigger?

Answers were Sorted based on User's Feedback



what is trigger?..

Answer / ashish

Triggers are stored procedures created in order to enforce
integrity rules in a database. A trigger is executed every
time when database modification done.
Triggers are executed automatically on occurance of one of
the data-modification operations.
A trigger is a database object directly associated with a
particular table. It fires whenever a specific
statement/type of statement is issued against that table.
The types of statements are insert,update,delete and query
statements.

Is This Answer Correct ?    11 Yes 0 No

what is trigger?..

Answer / dsr

trigger is like as procedure.this procedure will call at
some events occuring.

Is This Answer Correct ?    7 Yes 1 No

what is trigger?..

Answer / abhisek pattnaik

Trigger is a type of programme which is automatically
executed when ever a DML operation is made on a perticular
table.
Trigger is identical with procedure but the basic
difference between them is procedure is explicitly created
& executed by the user where as trigger is explicitly
created but implicitly fired or executed when ever a DML
operation is made.

Is This Answer Correct ?    4 Yes 0 No

what is trigger?..

Answer / aysh

A database trigger is procedural code that is automatically
executed in response to certain events on a particular
table or view in a database.

Is This Answer Correct ?    2 Yes 0 No

what is trigger?..

Answer / dhanalakshmi parthasarathy

Triggers are simply stored procedures that are ran
automatically by the database whenever
some event (usually a table update) happens. We won’t spend
a great deal of time talking
about how to write triggers, because if you know how to
write stored procedures, you already
know how to write triggers. What we will discuss is how to
set them up to be executed whenever something happens to
the table.

Is This Answer Correct ?    1 Yes 0 No

what is trigger?..

Answer / felin dhivya

Trigger is an activity that takes place due to more energy

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle General Interview Questions

How can I combine multiple rows into a comma-delimited list in oracle?

0 Answers  


How to write date and time literals in oracle?

0 Answers  


how to produce numbers from 1 to 10 using dual table

4 Answers   Genpact,


why should i declare foreign key constraint as self relation instead of binary relation in tables ?

0 Answers   Oracle,


How many memory layers are in the oracle shared pool?

0 Answers  


Why do you use stored procedures and state some of its disadvantages?

0 Answers  


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

0 Answers   TCS,


i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.

1 Answers   MasterCard,


What is primefaces used for?

0 Answers  


What is tns name?

0 Answers  


How to view the dropped tables in your recycle bin?

1 Answers  


can you write commit in triggers?

4 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)