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 error ora-12154: tns:could not resolve the connect identifier specified?
What is benefit of creating memory optimized table?
What is a loop in sql?
How to use sql statements in pl/sql?
What is the sql case statement?
Can I call a procedure inside a function?
How do I run a script in sql developer?
How to test for null values?
what are string data types? : Sql dba
what is the difference between join and union? : Sql dba
What are the types of views in sql?
What is a unique key?
What is the difference between a subquery and a join?
What is relationship? How many types of relationship are there?
What is a full join?