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
Can we commit in trigger?
Can 2 queries be executed simultaneously in a distributed database system?
What is crud stand for?
Why is a trigger used?
What is sql profiling in oracle?
What is a behavioral trigger?
How do I upgrade sql?
What are inner and outer joins examples of both?
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
How to execute a stored procedure?
What type of database is cloud sql?
Does pl sql work in mysql?
what is the difference between $message and $$message? : Sql dba
Explain locks? : Transact sql
what is a constraint? : Sql dba