What is sqlcode -811?

Answers were Sorted based on User's Feedback



What is sqlcode -811?..

Answer / jdriley

Is the SQLCODE returned when your singleton select
statement returns/retrieves more than one row of data.

Is This Answer Correct ?    68 Yes 7 No

What is sqlcode -811?..

Answer / kshitij

Without the use of cursor fetching two or more rows.

Is This Answer Correct ?    52 Yes 6 No

What is sqlcode -811?..

Answer / rami reddy

If single select returns more than one row then you get
SQLCODE = -811

Is This Answer Correct ?    38 Yes 3 No

What is sqlcode -811?..

Answer / 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

What is sqlcode -811?..

Answer / toms k jose

multiple rows retrieved.

Is This Answer Correct ?    8 Yes 0 No

What is sqlcode -811?..

Answer / bruno

Registro duplicado na tabela DB2

Is This Answer Correct ?    1 Yes 4 No

What is sqlcode -811?..

Answer / marek

The one correct answer is: "Look at DB2 doc." Who remember
all sql error codes?

Is This Answer Correct ?    19 Yes 40 No

Post New Answer

More DB2 Interview Questions

Hi. I am currently working as a application developer. I would like to persue a DB2 certification exam. Can anybody please provide me the details about this exam like Syllabus, Cost and how to take the certification?

2 Answers  


What technique is used to retrieve data from more than one table in a single SQL statement?

9 Answers   CTS, IBM, TCS,


How we create a tables in db2,what is the process/syntax to create a table with example plz?

2 Answers  


What is QUIESCE?

2 Answers  


What is the purpose of using commit?

0 Answers  






How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.

7 Answers   TCS,


Can i insert bulk records into a db2 table using qmf of spufi only............!!!

2 Answers  


What is the reason behind not using select * in embedded sql programs?

0 Answers  


What is the database descriptor?

2 Answers  


For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?

2 Answers   iGate,


What does reorg do in db2?

0 Answers  


Define buffer pool.

0 Answers  


Categories