What is a Sequence ?

A sequence generates a serial list of unique numbers for numerical columns of a database's tables.

Showing Answers 1 - 2 of 2 Answers

soumya

  • Jun 27th, 2006
 

A sequence is an automatically generated unique number.

It is typically used to create a primary key value.

It is a sharable object.

Using sequence change the increment value, maximum value, minimum value, cycle option, or cache option.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions