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?

Answer Posted / kaarthi v

Triggers are the database objects (Like Procedures) which
will be executed by the Database itself and cannot be
excuted by the user explicitly. The trigger can be written
to execute while inserting/ updating/ deleting a row.

Two types of triiger

ROW LEVEL TRIGGER
===============
Row Level triggers are FOR EACH ROW, that is, the trigger
is activated for each row that is inserted/updated/deleted.

STATEMENT LEVEL TRIGGER
=====================
Statement level triggers will execute the action specified
only once. (Will not consider the no. of rows being
inserted/updated/deleted)

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?

2408


What is SQL access advisor in Oracle?

1230


Can we create database in oracle using command line ?

1132


How to start an oracle instance?

1073


master table and child table performances and comparisons in Oracle ?

2197


How to create a new table in your schema?

1129


Which environment variables are absolutely critical in order to run the OUI?

2173


What are the common oracle dba tasks?

1201


How different is ms access and oracle?

1089


In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col

4233


How does Oracle guarantee data integrity of data changes?

2457


What is meant by raw datatype?

1118


what are the default admin accounts in Oracle 10g ?

1021


What is an oracle data file?

1157


How to change program global area (pga) in oracle?

1146