Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 varchar data type in sql?

1135


Are stored procedures faster than queries?

988


What is oracle sql called?

972


What are the possible values for the boolean data field?

1011


Can we create index on primary key?

1017


Why use stored procedures?

1139


What is java sql driver?

1177


How show all rows in sql?

1057


What are the different tcl commands in sql?

1224


Are there any features that are decommissioned in 11g that are not present in 11g?

2194


what are the advantages and disadvantages of cascading style sheets? : Sql dba

1101


What is number function in sql?

1016


How to use distinct and count in sql query? Explain

1080


Can two tables have same primary key?

1019


Explain the purpose of %type and %rowtype data types with the example?

1043