Maximum how many triggers can be updated in table ?
Answer Posted / ora
System Privileges Related To Table Triggers
create trigger
create any trigger
administer database trigger
alter any trigger
drop any trigger
Table Trigger Firing Options
-- before constraints are applied
BEFORE INSERT
BEFORE UPDATE
BEFORE DELETE
-- after constraints are applied
AFTER INSERT
AFTER UPDATE
AFTER DELETE
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what is the scripts in data base?
defination of bitmap index
how the indexes are stored in the Oracle Database?
State the various uses of dbcc command?
How to check your oracle database 10g xe installation?
How to insert multiple rows with one insert statement in oracle?
What are privileges and grants?
When do we use group by clause in a sql query?
How to load excel data sheet to oracle database
What are set operators?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
What is the maximum number of triggers that can be applied to a single table?
How to load data through external tables?
Whats the benefit of dbms_stats over analyze?
What is Java Pool in Oracle?