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
What is data control language (dcl)?
What is a database trigger?
What is sp_helptext?
Are sql database names case sensitive?
Differentiate between sga and pga.
Explain the savepoint statement.
What is sql rowcount?
Does sql require a server?
What are the two virtual tables available at the time of database trigger execution?
What is the reports view in oracle sql developer?
What is a composite primary key?
Is truncate ddl or dml?
how to create a new table by selecting rows from another table in mysql? : Sql dba
how to convert numeric values to character strings? : Sql dba
how many triggers are allowed in mysql table? : Sql dba