DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

What is read-only cursor?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is read-only cursor?

A read-only cursor is one in which the result table was created by a query containing one of the following:
. DISTINCT keyword
. UNION operator
. column or scalar function
. GROUP bY clause
. ORDER BY clause
. HAVING clause
. read-only view in the FROM clause
. FROM clause identifying more than one table or view

(Continued on next question...)

Other Job Interview Questions