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 |
To display the page no. for each page on a report what would be the source & logical page no. or & of physical page no.?
What built-in is used for changing the properties of the window dynamically?
What is a canvas-view?
What are the vbx controls?
What is lexical reference?How can it be created?
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
What is the use of image_zoom built-in?
why the Ctl file u put only in bin folder why not in other folder
How to create lov dynamically in oracle forms which is data comes from database procedure of out parameter, data will will out parameter of procedure base
What are the types of canvas-views?
How cost of one Forms created & Report Created?
Can you mention lexical parameter in select statement in the data model?