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...

how do u call in & out parameters for stored procedures?

Answer Posted / sangeetha

create or replace procedure <pocedure_name>(x in number,y
out varchar) is begin
{
executable statements;

}
end <procedure_name>;

exec <procedure_name>(first_parameter,second_parameter);

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many tables can a sql database have?

1028


Are null values same as that of zero or a blank space?

1065


What is sql*loader and what is it used for?

1218


What are the set operators in sql?

1136


Explain alias in sql?

1094


how to convert character strings to numeric values? : Sql dba

1163


How many sql statements are used?

1071


What is delimiter sql?

1058


How do I view tables in sql developer?

1009


What are the types of operators available in sql?

1125


How do I find duplicates in two columns?

1262


describe mysql connection using mysql binary. : Sql dba

1118


What is indexing oracle sql?

1144


What is raw datatype in sql?

1104


Can we use two order by clause in query?

1015