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


Please Help Members By Posting Answers For Below Questions

What is pl sql quora?

638


What are stuff and replace function?

566


What are crud methods?

547


What does the sign mean in sql?

499


What is trigger types of trigger?

548






how to get @@error and @@rowcount at the same time? : Sql dba

522


Why are indexes and views important to an organization?

525


what is sql? : Sql dba

553


what is the difference between undefined value and null value? : Sql dba

555


what are the differences between binary and varbinary? : Sql dba

527


Is sql database free?

523


What is sql lookup?

505


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

592


what are the authentication modes in sql server? : Sql dba

522


Which is better cte or subquery?

536