DBA > Job Interview Questions > DB2 INTERVIEW QUESTIONS

What happens when you say OPEN CURSOR?

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

(Continued from previous question...)

What happens when you say OPEN CURSOR?

If there is an ORDER BY clause, rows are fetched, sorted and made available for the FETCH statement. Other wise simply the cursor is placed on the first row.

(Continued on next question...)

Other Job Interview Questions