Answer Posted / bharani
We get error -811, when 'WHERE' criteria in singleton query
matched with multiple rows of a table, it can only fetch
and process one row at a time. Only way to avoid this error
by using cursor concepts.
Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
Define data page.
Why select is not preferred in embedded sql programs?
What is the maximum number of columns in a db2 table?
How do I optimize a query in db2?
What are types of indexes?
How to find the maximum value in a column in the db2 database?
How to find primary key of a table in db2?
What is temporal table in db2?
What is null in db2?
What are bind parameters in db2?
If I have a view which is a join of two or more tables, can this view be updateable?
What is a bind card?
What is copy pending status in db2?
What is reorg and runstats in db2?
What is a Foreign Key?