EXECUTE THE FOLLOWING COMMANDS IN THE APPROPRIATE SESSION IN THE CORRECT ORDER TO OBSERVE THE USE OF NEXTVAL AND CURRVAL AND THE CYCLING OF THE SEQUENCE

3. Execute the following commands in the appropriate session in the correct

order to observe the use of NEXTVAL and CURRVAL and the cycling of the

sequence:

In Your A Session In Your B Session1

st

select seq1.nextval from dual;2

nd

select seq1.nextval from dual;3

rd

select seq1.nextval from dual;4

th

select seq1.nextval from dual;5

th

select seq1.currval from dual;6

th

select seq1.nextval from dual;7

th

select seq1.nextval from dual;8

th

select seq1.currval from dual;9

th

select seq1.nextval from dual;10

th

select seq1.nextval from dual;