What is the between Function and Procedure?
Answers were Sorted based on User's Feedback
Answer / guest
fun returns values
proc may or may not return values
fun always contain a return statement
proc not.
fun can be used in select queries
proc can not be.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / honnaiah
Function computes results.
Procedure performes an action
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat
Function has to return a value where as a procedure may or may not return a value
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the two panes that Appear in the design time pl/sql ?
Can we use GO-BLOCK package in a pre-field trigger ?
What are the type of User Exits ?
What is an Alert ?
Can we create two blocks with the same name in form 3.0 ?
what are bind variables?
What are the built-ins used for Getting cell values?
Can a root window be made modal?
What is a master detail relationship?
While specifying master/detail relationship between two blocks specifying the join condition is a must ? True or False.
what is the difference between call_form, new_form and open_form?
What do you understand by lov?