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 the most restrictive isolation level? : Transact sql
What do you mean by table in sql?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
Is ms sql traffic encrypted?
I need a function for a train ticket reservation please answer it thanks in advance
How can you create an empty table from an existing table?
How much does a sql dba make? : SQL DBA
Does truncate release storage space?
how would you get the current date in mysql? : Sql dba
What is posting?
What are the two parts of design view?
Can instead of triggers be used to fire once for each statement on a view?
What is mdf ldf and ndf?
How insert into statements in sql?
How does sql*loader handles newline characters in a record? : aql loader