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

List some fields from sqlca?

0 Answers  


can any one give the list of some important sql abend codes which r frequently asked in interviews?

2 Answers  


What are the contents of dclgen?

0 Answers  


Explain about cursor stability?

0 Answers  


what's the error code for Unique Index Violation?

2 Answers  


Can a Db2 table data be retrived through JCL?

4 Answers  


how can i pull up a query which was previously stored in qmf

3 Answers  


Explain packages.

0 Answers  


Can we update view in db2?

0 Answers  


What is isolation level?

4 Answers  


My SQL is not performing well. Describe how will you fine tune it?

1 Answers   Accenture,


Mention the downsides of page level lock.

0 Answers  


Categories