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 a database trigger ? Name some usages of database
trigger ?

Answers were Sorted based on User's Feedback



What is a database trigger ? Name some usages of database trigger ?..

Answer / swapnareddy

Database trigger is a stored procedure that invokes
automatically when a predefined event occurs.
The usage of database trigger is to audit the data modification.

Is This Answer Correct ?    8 Yes 1 No

What is a database trigger ? Name some usages of database trigger ?..

Answer / tina

Database triggers are invoked on database level (not on
table level). For e.g. you can write the triggers as and
when database is shutdown or database is getting on etc...

Is This Answer Correct ?    7 Yes 0 No

What is a database trigger ? Name some usages of database trigger ?..

Answer / sohail

Database trigger is a 4th named block in oracle.The usage
of database trigger is to audit data modification.

Is This Answer Correct ?    3 Yes 2 No

What is a database trigger ? Name some usages of database trigger ?..

Answer / amol maske

Database triggeris the stored procedure called when the
insert, update, delete (DML statement) fired

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the reports view in oracle sql developer?

0 Answers  


what are the demerits of sql?

1 Answers  


What are the packages in pl sql?

0 Answers  


What is a dirty read sql?

0 Answers  


What is execute immediate?

0 Answers  


There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?

4 Answers   IBM,


what are all different types of collation sensitivity? : Sql dba

0 Answers  


What are the different types of PL/SQL program units that can be defined and stored in ORACLE database ?

2 Answers  


What is hibernate and its relation to sql?

0 Answers  


what is collation? : Sql dba

0 Answers  


Table Order_Name has a column Order_Date which gives the date & Time at which the order is passed.Find the table to write a query to find out the latest order.

5 Answers   Thomson,


What is sql profiler in oracle?

0 Answers  


Categories