Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is difference between function and procedure?

Answers were Sorted based on User's Feedback



What is difference between function and procedure?..

Answer / vijay

1. Function is mainly used in the case where it must return
a value. Where as a procedure may or may not return a value
or may return more than one value using the OUT parameter.
Â
2. Function can be called from SQL statements where as
procedure can not be called from the sql statements

3. Functions are normally used for computations where as
procedures are normally used for executing business logic.

4. You can have DML (insert,update, delete) statements in a
function. But, you cannot call such a function in a SQL query.

5. Function returns 1 value only. Procedure can return
multiple values (max 1024).

6.Stored Procedure: supports deferred name resolution.
Example while writing a stored procedure that uses table
named tabl1 and tabl2 etc..but actually not exists in
database is allowed only in during creation but runtime
throws error Function wont support deferred name resolution.

7.Stored procedure returns always integer value by default
zero. where as function return type could be scalar or table
or table values

8. Stored procedure is precompiled execution plan where as
functions are not.
Â
9.A procedure may modify an object where a function can only
return a value The RETURN statement immediately completes
the execution of a subprogram and returns control to the caller.

Is This Answer Correct ?    3 Yes 0 No

What is difference between function and procedure?..

Answer / prajakta

Smuti, Very well done. I also feel and verified the same. Thanks for clarifying these things. :)

Is This Answer Correct ?    3 Yes 0 No

What is difference between function and procedure?..

Answer / dasith

Function Always returns a value,
Procedure may/may not return a value,

:Execution of function & procedure depend on
number of lines of code in each, other than that
execution time is almost the same:

Is This Answer Correct ?    2 Yes 0 No

What is difference between function and procedure?..

Answer / diya

a named piece of code developed to perform specific task is called function..

Is This Answer Correct ?    2 Yes 1 No

What is difference between function and procedure?..

Answer / santhosh kandula

1.Function can return a value but procedure may or may not.

2.function can take input valuesand return the result where
as procedure can take the input and output values and
doesn't return any value, it will store the result.

3.We can perform transactional operations on fuctions like
insert,update,etc,... where as in procedure we just call
the with the procedure name.

4.Through procedures we store images where as through
fuctins it's not possible

Is This Answer Correct ?    1 Yes 0 No

What is difference between function and procedure?..

Answer / madhu babu

1.function must always return a value.
2.it is return's only one value.
BUT
1.procedure may (or) may not return a value.
2.it is return's one (or) more values.

Is This Answer Correct ?    1 Yes 0 No

What is difference between function and procedure?..

Answer / genious

The main difference between function and procedure:

1. The spelling is totally different.
2. Function start with "F" but proccedure starts with "P".
3. Function means a place or event where people enjoy by
taking differnt types of actives, those activites known as
Proceedure.
examples:- such as Marriage is an event but all activities
after marriage are proccedure.you all know what type of
activities taken place at night or you can also do in day
also.

Is This Answer Correct ?    1 Yes 0 No

What is difference between function and procedure?..

Answer / dhruvit

the function return value
the procedure return or may not return value..
we can not call function in sql statements....

Is This Answer Correct ?    1 Yes 0 No

What is difference between function and procedure?..

Answer / sardar tariq

A FUNCTION is always returns a value using the return statement.
A PROCEDURE may return one or more values through parameters or may not return at all.
-Function is mainly used in the case where it must return a value. Where as a procedure may or may not return a value or may return more than one value using the OUT parameter.
-Function can be called from SQL statements where as procedure can not be called from the sql statements.
-Functions are normally used for computations where as procedures are normally used for executing business logic.
-You can have DML (insert,update, delete) statements in a function. But, you cannot call such a function in a SQL query.
-nction returns 1 value only. Procedure can return multiple values (max 1024)

Is This Answer Correct ?    1 Yes 0 No

What is difference between function and procedure?..

Answer / anonymus

Answer Number 8 Is exactly correct

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

hi, Can any body tell me whats the difference between the QTP and the Rational Robat ad the Silk Test and LOad Runner and are they used in any Company On the Major scale bcas I finnf Many comapny Using the Manual Testing Only Hence Askin the Question Hope I will get the Assitence .

1 Answers   First Europa,


how did u use automating testing tools in ur job?

0 Answers  


How you can decide which type of object repository you have to use?

0 Answers  


How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )

2 Answers   Infovision,


How can you pass value one action to another action?

0 Answers  


What is Port testing. Whhen will you perform?

0 Answers  


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

0 Answers  


whare exactly we have to use functions and sub routain

0 Answers  


I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?

2 Answers   TCS,


How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?

1 Answers  


how to invoke the web application through script in qtp

8 Answers   Synechron,


what is defenetion of kiran can u tell me plz CVS, SVN

0 Answers  


Categories