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
How we can update the view?
How to select all records from the table?
What are different types of functions in sql?
What is a full join?
What is a constraint?
Is pl sql and postgresql same?
How do you delete a table?
How do I count rows in sql?
what is innodb? : Sql dba
How to display the current date in sql?
Does sql*plus have a pl/sql engine?
What is the difference between union and union all command?
Write a sql select query that only returns each name only once from a table?
How to return multiple rows from the stored procedure?
What is spool?