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 the default Oracle triggers??

Answers were Sorted based on User's Feedback



What are the default Oracle triggers??..

Answer / avi007

Statement level trigger is default.

Is This Answer Correct ?    18 Yes 4 No

What are the default Oracle triggers??..

Answer / vaibhavi_dixit

I think ,Default triggers in oracle are nothing but
Constraints.Constraints are the triggers which are executed
automatically at the time of DML operations.

Thanks
VD

Is This Answer Correct ?    11 Yes 5 No

What are the default Oracle triggers??..

Answer / ahmed

By default, a trigger is created in the enabled state.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is a primary key? : Sql dba

0 Answers  


What is mutating error?

0 Answers  


What can sql server reporting services do?

0 Answers  


if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time

1 Answers  


I have a table .in the table 100 recored is there .we have get the single row with out using clause..

3 Answers  


What is the source code of a program?

0 Answers  


What is normalisation in sql?

0 Answers  


Does sql full backup truncate logs?

0 Answers  


how to show all tables with 'mysql'? : Sql dba

0 Answers  


What are all the different normalization?

0 Answers  


What is Collation Sensitivity ? What are the various type ?

0 Answers  


how to Update table Sales_summary with max(sales) data from table sales_dataTable 1. sales_data table Table 2. Sales_summary Region sales Region sales N 500 N 0 N 800 W 0 N 600 W 899 W 458 W 900 I want the Sales_summary After Update like this Region Sales N 800 W 900

8 Answers  


Categories