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

Diff bet.. Function and Trigger?

Answer Posted / purushotham

PL/SQL has two types of sub programs
Function and Procedures.
A Trigger is a stored procedure which is implictly called
by the oracle engine when an DML action is performed.
Trigger consists of three parts
A trigger statement
A trigger restriction
and the triggering action

Functions are different from procedures as
functions return value whereas procedure doesnt
To carry out set of tasks a certain pl/sql statements are
grouped in a procedure.
After performing some tasks and returns the result(function)
functions are written explicitly by the user.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why did my jdbc code throw a rollback sqlexception?

959


What is jdbc and jdbc drivers?

1055


Where is mysql jdbc driver located?

1081


What is getconnection method in java?

977


How can I use the JDBC API to access a desktop database like Microsoft Access over the network?

1061


Is not bound in this context unable to find jdbc spring boot?

942


Is jdbc a middleware?

996


Is java a database?

1008


What is difference between statement and preparedstatement in jdbc?

953


Is jdbc part of j2ee?

1032


Why do we need jdbc driver?

934


What is createstatement method in java?

1019


How can I determine where a given table is referenced via foreign keys?

1050


What is the use of jdbc?

1022


Explain about DSN?

1026