How to access the current value and next value from a
sequence?
Answer Posted / sweta
select sequencename.currval,sequencename.nextval from dual;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are user defined functions?
What sql database should I use?
What jobs use sql?
What is t-sql? : Transact sql
What is the source code of a program?
What is basic structure of pl sql?
What is the clause we need to add in function body to return variable?
how to include comments in sql statements? : Sql dba
Which are the different types of indexes in sql?
What are the sql commands?
What is rename command in sql?
Where can I learn sql for free?
What is a crud api?
Define implicit and explicit cursors.
What is before and after trigger?