0
Output??
create sequence c start with 90; select c.currval from dual;
6 Answers
+ 2
It will show value from currval at a 90 index. If you want it from 90 to 100. use
in first line
increment by 1
maxvalue 100
in second line use
c.currval.nextval
+ 2
what?
0
90 is incorrect
0
90 is not the output of program
0
still finding
0
due you have Oracle SQL try on that