How to access the current value and next value from a
sequence?
Answer Posted / tulsi
select currval.sequence_name from table_name
select nextval.sequence_name from table_name
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Is sql scripting language?
Why do we use procedures in sql?
What is composite data type in pl sql?
What are its different types of dbms?
Can we use view in stored procedure?
How we can update the view?
What is clustered index sql?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Can you join views in sql?
Does view contain data?
Which join is like inner join?
What is database migration?
What trigger means?
What plvcmt and plvrb does in pl/sql?
What is varchar example?