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 varchar data type in sql?
Are stored procedures faster than queries?
What is oracle sql called?
What are the possible values for the boolean data field?
Can we create index on primary key?
Why use stored procedures?
What is java sql driver?
How show all rows in sql?
What are the different tcl commands in sql?
Are there any features that are decommissioned in 11g that are not present in 11g?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What is number function in sql?
How to use distinct and count in sql query? Explain
Can two tables have same primary key?
Explain the purpose of %type and %rowtype data types with the example?