What are the default Oracle triggers??
Answer Posted / 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 |
Post New Answer View All Answers
What is recursive stored procedure?
Is primary key a clustered index?
How can I see all tables in sql?
How many types of keys are there in sql?
Which is faster view or stored procedure?
What are sql data types?
Is left join faster than join?
What is a left join?
How to use boolean type in select statement?
Explain what is a field in a database and record in a database?
Is left join inner or outer?
What is information schema in sql?
Why triggers are used?
What is not equal in sql?
Is pl sql a programming language?