What is difference between function and procedure?
Answer Posted / priya.
Procedures v/s functions.
1.A function MUST return a value. A procedure can also
return value, but it is NOT MANDATORY for Procedure to
return a value.
2.A function can return only ONE value. A procedure can
return MULTIPLE values.
3.A function can be used with SELECT statements as like as
other in-build functions. But, a procedure cannot be used
with SELECT statements.
4.A function cannot be executed directly from SQL prompt
using EXEC command, but it is possible to execute directly
from SQL prompt using EXEC command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is difference between shared and local object repository?
which type of testing process are you following in ur company? how to recognize a qtp page?
Who uses qtp tool?
Which recording modes need more memory?
What are the differences between qtp and winrunner?
What are the different properties of an web object
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How you will rate urself in QTP in the range of 0 to 5
how to write xml output check point bu useing descriptive programing .means without useing output check point
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How to handle dynamic objects in quicktest professional (qtp)?
assume i have few url link how will i dynamically call then using descriptive programming?
What is text/text area checkpoint?
Explain about business process component? types and usage?