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 type of database is cloud sql?
What is mutating sql table?
Is mariadb a nosql database?
what is error ora-03113: end-of-file on communication channel?
What is sqlcontext?
what is datawarehouse? : Sql dba
What does over partition by mean in sql?
What is minus?
what is sp_pkeys? : Transact sql
Can we have two clustered index on a table?
what is the difference between undefined value and null value? : Sql dba
What are different types of sql?
How do I run a pl sql procedure in sql developer?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is linq to sql?