How to call the function and Procedure in trigger?
Answer Posted / rakesh keshu
With the help of call statement..without semicolon
create or replace trigger tri_call
begin
call p1()
end tri_call;
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is %type in pl sql?
What is the use of nvl function?
What is the process of debugging?
What are joins in sql?
Define the select into statement.
Is left join inner or outer?
How global cursor can be declare with dynamic trigger ?
How do you delete duplicates in sql query using rowid?
What is scalar data type in pl sql?
What can you do with pl sql?
Why is the cursor important?
where are cookies actually stored on the hard disk? : Sql dba
Can a trigger call a stored procedure?
Who is the owner of mysql database?
What language is oracle sql developer?