DBA > Job Interview Questions > DB2 INTERVIEW QUESTIONS

How would you retrieve rows from a DB2 table in

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

(Continued from previous question...)

How would you retrieve rows from a DB2 table in embedded SQL? –

Either by using the single row SELECT statements, or by using the CURSOR.
Apart from cursor, what other ways are available to you to retrieve a row from a table in embedded SQL? -
Single row SELECTs.

(Continued on next question...)

Other Job Interview Questions