how can stop the sequence with mention the max value and
with out mention the max value
Answer / lipika
To create a sequence that stops at a predefined limit, for
an ascending sequence, specify a value for the MAXVALUE
parameter.
For a descending sequence, specify a value for the MINVALUE
parameter. Also specify NOCYCLE. Any attempt to generate a
sequence number once the sequence has reached its limit
results in an error.
NOTE:-Interval between the sequence value must be less than
the difference of MAXVALUE and MINVALUE. If this value is
negative, then the sequence descends. If the value is
positive, then the sequence ascends. If you omit this
clause, then the interval defaults to 1.
| Is This Answer Correct ? | 2 Yes | 0 No |
how many tables will create when we create table, what are they? : Sql dba
Is truncate ddl or dml?
What is pl/sql table? Why is it used?
Does pl/sql support create command?
What does bitemporal mean?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
What is difference between table and view?
Why do we create stored procedures & functions in pl/sql and how are they different?
How did you export data from database to excel file.
how to create a primary key with out creating an index?
what is organisational index?
What types of commands can be executed in sql*plus?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)