What is the between Function and Procedure?

Answer Posted / honnaiah

Function computes results.
Procedure performes an action

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various configuration files that are used by oracle forms?

579


What do you understand by oracle forms and why are they required?

565


i am writing a query select EmpNo from Emp how can i call in after parameter form

1610


List out the oracle forms configuration files?

576


how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g

1538






What is an oracle report? List its various types.

574


how report can be generated if we have the database designed in oracle 10g?

1468


What do we mean by record group in oracle forms?

620


Explain how can you use the same lov for 2 columns?

649


Explain the different levels at which oracle form services interact.

615


In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?

823


HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??

1101


How can we generate report output in excel format?

563


why the Ctl file u put only in bin folder why not in other folder

1606


i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE

2472