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?

Answers were Sorted based on User's Feedback



Diff bet.. Function and Trigger?..

Answer / srinivas t

Triggers: are special class of stored procedures to execute
automatically when an update,insert or statement is issued
against a table or view.
Function:Function is used to return value after performing
the tasks to the callable fucntion.

Is This Answer Correct ?    14 Yes 0 No

Diff bet.. Function and Trigger?..

Answer / 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

Diff bet.. Function and Trigger?..

Answer / dsr

Function returns the value.Trigger is not complusory return
the value.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More JDBC Interview Questions

What is the role of jdbc drivermanager class?

0 Answers  


What is JDBC Driver interface?

0 Answers  


Why do we use jdbc statements?

0 Answers  


What is the full form of jdbc?

0 Answers  


What are the factors that the jdbc driver performance depends upon?

0 Answers  


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

0 Answers  


Name the new features added in jdbc 4.0.

0 Answers  


How do you debug PL/SQL code?

1 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


How do I insert/update records with some of the columns having NULL value?

0 Answers  


Explain how to make updates to the updatable resultsets.

0 Answers  


How to find the column count in resultset?

1 Answers   Wipro,


Categories