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 the diff b/w select stsmt and cursor ?

Answer Posted / vinodquestion

Select stmt--> This is DML stmt in sql. With this we can retrieve rows or complete tables from database.

But here in cobol-db2 prog in embededd sql statements it uses. for retrieving rows from tables.

Using this we should retreive only single row from table.(i.e, at where clause)

Cursor stmt--> IF you want to retreive more than one row u need to use this cursors concepts.

IF MY ANSWER IS WRONG CORRECT MY ANSWER>>

Note: Select stmt also used in file accesing situations. i.e, (select file assign to dd1.)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between comp and comp-3?

1224


Can we change the password using ALTER? anyone tried and changed?

2075


What is the difference between structured cobol programming and object alternativelyiented cobol?

1296


What is the difference between perform … with test after and perform … with test before?

1494


what are decleratives in cobol?

2303


IF I mention stop run in CICS what happens?

2424


Why would you use find and get rather than to obtain?

1258


What is comp-1 and comp-2?

1278


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1361


What is perform what is varying?

1218


What is the difference between binary search and sequential search?

1128


What is the difference between Call and a Link?

1260


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2184


What is the difference between PIC 9.99 and PIC9v99?

1400


) how do u code after getting data?

2206