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

how you will execute the many tables data

1 Answers   Wipro,


what is metadata and it's use?

3 Answers  


Is jdbc an api?

0 Answers  


what are the types of result sets in JDBC 3.0 ?

3 Answers   HCL,


What are types of jdbc drivers?

0 Answers  






Why we use while rs next ())?

0 Answers  


What are the different classes through which JDBC represents statements?

0 Answers  


What is a rollback in jdbc?

0 Answers  


How many ways that we can view a result set?

0 Answers  


what is callable statement?

6 Answers   Infogain,


What is JDBC RowSet? What are different types of RowSet?

0 Answers  


What is a jdbctemplate?

0 Answers  


Categories