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 is sql character function?
How to process query result in pl/sql?
What is offset in sql query?
explain the difference between delete , truncate and drop commands? : Sql dba
What do we need to check in database testing?
Does sqlite need a server?
Can there be 2 primary keys in a table?
Differentiate between sga and pga.
Why is sql*loader direct path so fast?
What is a system versioned table?
What is the purpose of primary key?
What is the difference between functions, procedures, and packages in pl/sql?
What are the different dml commands in sql?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
Are there any features that are decommissioned in 11g that are not present in 11g?