What is difference between function and procedure?
Answer Posted / priya
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
Explain Descriptive Programming Types with Examples?
how to test Web application using QTP software
How to release all resources file from the QTP?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
What is debugging? How you debug your script?
What is the qtp testing process?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
How to create runtime property for an object?
why should we give deliver good quality software?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Did the scripts need lot of maintenance? If yes, why?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.