Multiple choice

The following command was issued:

SELECT emp_id_seq.CURRVAL FROM SYS.dual;

Which value is displayed?

  1. Values of the EMP_ID_SEQ columnCurrent value of the EMP_ID_SEQ cursor

  2. Current value of the EMP_ID_SEQ sequence

  3. Current value of the EMP_ID_SEQ cursor

  4. Current value of the EMP_ID_SEQ sequence

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Current value of the EMP_ID_SEQ sequence