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 procedure and function

Answer Posted / shanmukha srinivas

procedure can run in sql block like
begin
sp_procedure_name(input parameters);
end;
function can run in sql block like
select sf_function_name(input paramters)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is not equal in sql?

1060


Is sql a backend language?

1144


what is data integrity? : Sql dba

1083


What is set transaction?

1087


What is a left inner join?

1068


How do you get column names only for a table (sql server)?

1208


What is string data type in sql?

1212


when is the use of update_statistics command? : Sql dba

1094


is it possible to pass an object or table to a procedure as an argument?

1176


how to run 'mysql' commands from a batch file? : Sql dba

1166


Explain polymorphism in pl/sql.

1171


what is the syntax used for partition in tsql? : Transact sql

1058


What is function and procedure in pl sql?

1114


what tools available for managing mysql server? : Sql dba

1127


Why do we create views in sql?

1217