Answer Posted / yaswanth
we will use cursors when we have situation like the query
returning multiple rows but in this case
select Count(*) from EMP table where EMPNAME='some' will
return only one row, i.e how many rows it found with
EMPNAME='some' eg:3 or 4 or 5 ... so there is no concept of
cursor here
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is phantom read in db2?
What is ibm db2 client?
How to find primary key of a table in db2?
What is cascading rollback?
How to resolve deadlock issue
What is access path in db2?
What is an instance database?
What are the bind parameters ibm db2?
How to connect to db2 database from windows command line?
What happens in bind step in a db2 program?
What is a db2 collection?
What is load replace in db2?
What does db2 plan contain?
Can you tell me how can you find out the # of rows updated after an update statement?
How is deadlock resolved?