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 difference between stored function and application function?
What is t sql in sql server?
What are different types of queries in sql?
Can 2 queries be executed simultaneously in a distributed database system?
What are the various levels of constraints?
How many databases can sql express handle?
What is an inconsistent dependency?
How to know the last executed procedure?
What is difference between sql and excel?
Is left join same as inner join?
What is a mutating table and a constraining table?
Why is nosql good?
What is Materialized View? In What Scenario we Use Materialized View?
Why do we use sqlite?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?