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 a Procedure ?

Answers were Sorted based on User's Feedback



What is a Procedure ?..

Answer / guest

Procedure is a stored database object and can be called
when is required. Procedure can have three parameters
IN,INOUT,OUT .IN is default parameter in a Procedure.

Ideally Procedure doesn't return a value but if required
same can be achieve throug OUT Parameter.

Syntex is :
CREATE OR REPLACE PROCEDURE <<Procedure Name>>
(<<PARAMETERLIST DATATYPE>>
IS
BEGIN
<<Code Here>>;
END <<Procedure Name>>;
In procedure arguments datatype size is not required.

Is This Answer Correct ?    2 Yes 0 No

What is a Procedure ?..

Answer / raju.r

It's set of pre-compiled set of SQL statements. no need for
compile the procedure again and again..

Is This Answer Correct ?    0 Yes 0 No

What is a Procedure ?..

Answer / shivashanker

Procedure is named pl/sql block or sub-program used to manipulated the data within the databse.OR It is used to perform some action within the databse

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

how many values can the set function of mysql take? : Sql dba

0 Answers  


What is the Difference between Procedure and Function.Can we call a Function in a DML?

2 Answers   TCS,


write a procedure to find top second no from a list of numbers

1 Answers   ABC,


What is a procedure in pl sql?

0 Answers  


what are all the different types of indexes? : Sql dba

0 Answers  


Is like operator in sql case sensitive?

0 Answers  


What are stuff and replace function?

0 Answers  


Is sql easier than java?

0 Answers  


Why do we use triggers?

0 Answers  


What is java sql connection?

0 Answers  


what are set operators in sql? : Sql dba

0 Answers  


what is the difference between nested subquery and correlated subquery?

0 Answers  


Categories