What is difference between function and procedure?
Answer Posted / nafaji
1. Function can return only one value but procedure can return more than one, or may not return any value.
2. Function can be called from sql statements where as procedure cannot be called from the sql statements.
3. We can use functions in select statement but we can not use procedure in select statement.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Why do we use breakpoints in QTP?
Explain the concept of object repository & how qtp recognizes objects?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
How to associate function library at a run time?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
How you can replace string in qtp?
Can you write a script to check if the folder exists or not?
What is action split and the purpose of using this in qtp?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What is the expert view?
What is quicktest professional?
What is the Difference between copy to action and call to action?
Is it possible to call win runner script in qtp?
How to find a window is minimized or not