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 to execute multiple sql statements in a single annonymous
block irrespective of the sql statement result?

Answers were Sorted based on User's Feedback



How to execute multiple sql statements in a single annonymous block irrespective of the sql statem..

Answer / krina

we can execute multiple sql statement inside the procedure

Is This Answer Correct ?    0 Yes 0 No

How to execute multiple sql statements in a single annonymous block irrespective of the sql statem..

Answer / gourav joshi

hi,
For eg u want to insert 3 data at a same time so u can use
annonyoums block for eg emp_id,Name,Salary u want to insert
data in a table u can use this annoynomous blck

Begin
Insert into table name values(1, 'gourav',2000);
Insert into table name values(2, 'joshi',6000);
Insert into table name values(3, 'ram',4000);
end;

then execute

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

What is trigger price?

0 Answers  


What is record data type?

0 Answers  


What is record variable?

0 Answers  


What are the types of records?

0 Answers  


What is the purpose of a sql?

0 Answers  


What is difference between db2 and sql?

0 Answers  


What is sap sql anywhere?

0 Answers  


write sub query for eliminating duplicate rows using analytical function?

3 Answers   Metric Stream,


what is oltp (online transaction processing)? : Sql dba

0 Answers  


What is the different between Stored Procedure and Procedure?

7 Answers   Informatica, MIS,


What are the advantages of stored procedure?

0 Answers  


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

0 Answers  


Categories