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 parameter mode that can be passed to a procedure?
Why do we use coalesce function in oracle?
How to convert character types to numeric types?
How to generate query output in html format?
How to create an oracle database?
What is snapshot is too old? Give and example for better understand.
What are the different windows events activated at runtime ?
How to connect ms access to oracle servers?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
How to name query output columns in oracle?
Explain the use of grant option in imp command.
 What are the oracle DML commands possible through an update strategy?
How to drop an index?
Can a formula column referred to columns in higher group ?
how to join query for one source type is oracle another source type is sql server ?