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
Does truncate require commit?
What is the maximum number of triggers, you can apply on a single table?
How many functions are there in sql?
What is full form of rtm?
How to display the current date in sql?
What is update query?
What is trigger and stored procedure in sql?
What is difference between nchar and nvarchar?
how would you get the current date in mysql? : Sql dba
What is sql trigger example?
What does count (*) do in sql?
What are different types of indexes?
What is scalar function in sql?
How does left join work in sql?
What is a system versioned table?