how to fetch multiple records without using cursor

Answer Posted / rajni

U cant fatch the record without using cursor.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention the downsides of page level lock.

707


What is the use of commit in db2?

630


What parameters are used to control the free space in DB2?

642


Explain dclgen.

722


what is the role of the cursor in db2?

639






Can you use max on a char column?

638


What is the use of predicate?

584


What is temporal table in db2?

601


How can deadlocks be resolved?

542


What is universal database?

617


What is the maximum length of sqlca?

869


What does db2 plan contain?

573


What is a db2 schema?

760


What are the various isolation levels possible?

649


by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?

7512