DBA > Job Interview Questions > DATABASE Administrator (DBA) Interview Questions and Answers

A user selects from a sequence and gets back two

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

(Continued from previous question...)

A user selects from a sequence and gets back two values, his select is:

SELECT pk_seq.nextval FROM dual;
What is the problem?
Level: Intermediate
Expected answer: Somehow two values have been inserted into the dual table. This table is a single row, single column table that should only have one value in it.

(Continued on next question...)

Other Job Interview Questions