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...

What are the difference between Functions/Stored Procs and
Triggers and where are they used.

Answer Posted / barun

Function-1.function used for calculation perpose.it must
return value.(call by pl/sql code block,by sql query)

Procedure-it is used to implement business logic.it may or
not return value.it pre compile and stored in server data
base.so it is faster.(call by pl/sql code block_

trigger-it is used to implement business logic and maintain
intigrity.it cant take any para-meter like fun or
procedure.it is automatically fired(implicitely)

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I call a procedure inside a function?

1074


What are local and global Indexes and where they are useful.

1492


how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba

995


How do you truncate?

952


Is sql between inclusive?

1194


What language is oracle sql developer?

1069


Is primary key an index?

1034


What is sql keyword?

1043


What is clause in sql?

1176


What is meant by truncate in sql?

1107


what is datawarehouse? : Sql dba

1064


what is the difference between nested subquery and correlated subquery?

1091


What is the basic form of sql query?

992


What are the basic techniques of indexing?

1109


What is meant by cursor in sql?

1061