How to access the current value and next value from a
sequence?
Answer Posted / chandrasekar ramasamy
select sequencename.currval from tablename
select sequencename.nextval from tablename
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Which command is used to delete a package?
How to test for null values?
How do I make my sql query run faster?
How does cross join work?
What do you understand by pl/sql records?
What is rowtype?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
difference between anonymous blocks and sub-programs.
What is a sql trace file?
Explain about various levels of constraint.
How do you write an inner join query?
What is union?
What is difference between cursor and trigger?
What is pragma in sql?
How to execute a stored procedure?